mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
use xmake for tests
This commit is contained in:
parent
5c30116de3
commit
9e0ae43291
1 changed files with 3 additions and 4 deletions
|
|
@ -1,10 +1,9 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# TODO: FIXME: error on test 3, possible UB or standard change
|
xmake build
|
||||||
# xmake build
|
cp "build/linux/x86_64/release/byterun" byterun.exe
|
||||||
# cp "build/linux/x86_64/release/byterun" byterun.exe
|
|
||||||
|
|
||||||
dune build > /dev/null
|
# dune build > /dev/null
|
||||||
|
|
||||||
prefix="../stdlib/regression/"
|
prefix="../stdlib/regression/"
|
||||||
suffix=".lama"
|
suffix=".lama"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue