From: fennecdjay Date: Tue, 8 Oct 2019 09:33:15 +0000 (+0200) Subject: :white_check_mark: Only test import by script X-Git-Tag: nightly~2198^2~117 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=111500d8514fb8da50211005768581354b657273;p=gwion.git :white_check_mark: Only test import by script --- diff --git a/Makefile b/Makefile index 48709433..1cfa127e 100644 --- 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)