From 9e0ae432910160b73c70027eb69f853fb68fcea8 Mon Sep 17 00:00:00 2001 From: ProgramSnail Date: Mon, 9 Jun 2025 17:00:19 +0300 Subject: [PATCH] use xmake for tests --- byterun/stdlib_regression_check.sh | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/byterun/stdlib_regression_check.sh b/byterun/stdlib_regression_check.sh index 24e875f37..75cb1cf8c 100755 --- a/byterun/stdlib_regression_check.sh +++ b/byterun/stdlib_regression_check.sh @@ -1,10 +1,9 @@ #!/usr/bin/env bash -# TODO: FIXME: error on test 3, possible UB or standard change -# xmake build -# cp "build/linux/x86_64/release/byterun" byterun.exe +xmake build +cp "build/linux/x86_64/release/byterun" byterun.exe -dune build > /dev/null +# dune build > /dev/null prefix="../stdlib/regression/" suffix=".lama"