From 8946c27306abed7065afad3f015df5ee81e72ad2 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 1 May 2026 20:35:00 +0300 Subject: add support for coverage --- tests/scripts/gen-xpass | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'tests/scripts/gen-xpass') diff --git a/tests/scripts/gen-xpass b/tests/scripts/gen-xpass index 762650e..8ec383f 100755 --- a/tests/scripts/gen-xpass +++ b/tests/scripts/gen-xpass @@ -6,10 +6,7 @@ for s in "${@}" do echo ".PHONY: $s" >> tests.mk echo "$s:" >> tests.mk - echo " ../fwd $s/$s.fwd > reports/$s/gen.c 2> reports/$s/log" >> tests.mk - echo " \$(COMPILE_TEST) reports/$s/gen.c -o reports/$s/$s \\" >> tests.mk - echo " \$(TEST_LIBS)" >> tests.mk - echo " ./reports/$s/$s > reports/$s/OK 2>&1" >> tests.mk + echo " ./scripts/run-xpass $s" >> tests.mk done echo "TESTS += " "${@}" >> tests.mk -- cgit v1.2.3