From 531d307d310881e69efc8ae8c8119f5f5799e0f9 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Thu, 10 Apr 2025 22:22:33 +0300 Subject: improve tests a bit + Runs tests on all arches that I have easy access to --- tests/makefile | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'tests/makefile') diff --git a/tests/makefile b/tests/makefile index 081170f..53115de 100644 --- a/tests/makefile +++ b/tests/makefile @@ -32,14 +32,4 @@ COMPILE_TEST := $(COMPILER) $(WARNFLAGS) $(OPTFLAGS) $(LTOFLAGS) \ .PHONY: check check: $(TESTS) - @echo "Running bytecode tests..." - @set -e; for test in $(TESTS); do \ - echo "Testing: $$test"; \ - ./$$test; \ - done - @echo "Running jit tests..." - @set -e; for test in $(TESTS); do \ - echo "Testing: $$test"; \ - ./$$test 1; \ - done @echo "Success!" -- cgit v1.2.3