From 092270834eac54ed33e634494f9f38ba7fd38fd4 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Sat, 4 Feb 2023 17:26:32 +0100 Subject: Some improvements to test suite, ready to go --- test.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100755 test.sh (limited to 'test.sh') diff --git a/test.sh b/test.sh deleted file mode 100755 index 6a30344..0000000 --- a/test.sh +++ /dev/null @@ -1,20 +0,0 @@ -#!/bin/sh - -# Warning: tests should be in the correct order! -# Every testing module assumes that modules it depends on pass their tests. -all_modules=fst - -test_module() { - modules=$@ - for m in modules; do - ./tests/nissy_test $m - done -} - -make test -if [ -n "$@" ]; then - test_module $@ -else - test_module $all_modules -fi -rm tests/nissy_test -- cgit v1.3