Skip to content

Commit

Permalink
adding a high level test
Browse files Browse the repository at this point in the history
  • Loading branch information
hadielyakhni committed Dec 28, 2023
1 parent 24d987b commit 4b0a9df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CI/ci_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@ done


# # test the high level API with the generic64 implementation and the clang compiler
# t="generic64"
# c="clang"
# echo "=========== Compiling $t (with $c compiler)\n\n\n" | tee -a artifacts/CIlog.log
# make clean && CC=$c make $t/UnitTests -j`nproc`
# cp ./bin/$t/UnitTests artifacts/UnitTests_"$t"_"$c"
# echo "\n\n\n=========== Testing $t (compiled with $c compiler) for x86_64\n\n\n" | tee -a artifacts/CIlog.log
# ./bin/$t/UnitTests -a
t="generic64"
c="clang"
echo "=========== Compiling $t (with $c compiler)\n\n\n" | tee -a artifacts/CIlog.log
make clean && CC=$c make $t/UnitTests -j`nproc`
cp ./bin/$t/UnitTests artifacts/UnitTests_"$t"_"$c"
echo "\n\n\n=========== Testing $t (compiled with $c compiler) for x86_64\n\n\n" | tee -a artifacts/CIlog.log
./bin/$t/UnitTests -a

0 comments on commit 4b0a9df

Please sign in to comment.