From 271ac28b417be00d7be1cc898762c8e425a0aae3 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Tue, 15 Feb 2022 09:35:53 +0100 Subject: Added test cases --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index eb2213898..c10a33803 100644 --- a/Makefile +++ b/Makefile @@ -803,6 +803,7 @@ test: $(TARGETS) $(EXTRA_TARGETS) +cd tests/various && bash run-test.sh +cd tests/select && bash run-test.sh +cd tests/sat && bash run-test.sh + +cd tests/sim && bash run-test.sh +cd tests/svinterfaces && bash run-test.sh $(SEEDOPT) +cd tests/svtypes && bash run-test.sh $(SEEDOPT) +cd tests/proc && bash run-test.sh -- cgit v1.2.3