use test scripts for performing testsmaster
commite886e2ddb20f640b0023b9a1cbde3c4ad7cf2939
authorSven Verdoolaege <sven.verdoolaege@gmail.com>
Fri, 28 Apr 2023 20:20:17 +0000 (28 22:20 +0200)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Sat, 3 Jun 2023 09:27:53 +0000 (3 11:27 +0200)
tree3a331e548d7bff07602bb1587cc8a0d4a66b2417
parent02ec07bcefa4e39fe14a6fcf28b18a1fb9453dd5
use test scripts for performing tests

This exploits the automake parallel test harness,
which takes care of collecting the test scripts output and
only prints a summary of the results.

The parallel test harness uses the test-driver helper program,
which now gets installed by autoreconf and should therefore be ignored.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
12 files changed:
.gitignore
Makefile.am
check_approx.sh.in [new file with mode: 0644]
check_enumerate.sh.in [new file with mode: 0644]
check_enumerate_e.sh.in [new file with mode: 0644]
check_euler.sh.in [new file with mode: 0644]
check_iscc.sh.in [new file with mode: 0644]
check_lexmin.sh.in [new file with mode: 0644]
check_pwqp.sh.in [new file with mode: 0644]
check_test.sh.in [new file with mode: 0644]
check_union.sh.in [new file with mode: 0644]
configure.ac