]> Nishi Git Mirror - gwion.git/commitdiff
:white_check_mark: Only test import by script
authorfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 8 Oct 2019 09:33:15 +0000 (11:33 +0200)
committerfennecdjay <astor.jeremie@wanadoo.fr>
Tue, 8 Oct 2019 09:33:15 +0000 (11:33 +0200)
Makefile

index 4870943398773acb8a1f51e8088f97c73ae28bd1..1cfa127ed7e7cc78f9e83d9546bc8ec99b2e2f2a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -21,6 +21,7 @@ emit_src := $(wildcard src/emit/*.c)
 opt_src := $(wildcard opt/*.c)
 
 test_dir := $(filter-out tests/benchmark, $(wildcard tests/*))
+test_dir := $(filter-out tests/import, $(wildcard tests/*))
 test_dir += examples
 # add boolean
 ifeq (${DEBUG_STACK}, 1)