From b0c7f0ed464b134d1fdf6acd050f122a5ca96801 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Wed, 25 Aug 2021 10:55:14 +0200 Subject: New test suite is working and takes account of round-off problems. Closes #247 Closes #242 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index a671e46..662584c 100644 --- a/Makefile +++ b/Makefile @@ -237,16 +237,19 @@ fast-check: all unittests rm -vf output/* ruby -Eutf-8 -Itest ./test/dev_tests.rb | tee ./dev_test.log +# Note the following tests are not robust for different architectures old-check: all unittests rm -vf test/output/* cd test && ./dev_test_suite.sh | tee ../test.log grep -q 'success rate: 100%' test.log +# Note the following tests are not robust for different architectures slow-check: all rm -vf test/output/* cd test && ./test_suite.sh | tee ../test.log grep -q 'success rate: 100%' test.log +# Note the following tests are not robust for different architectures lengthy-check: all rm -vf test/output/* cd test && ./lengthy_test_suite.sh | tee ../lengthy_test.log -- cgit 1.4.1