change cds checker to accomdate llvm pass
[c11tester.git] / Makefile
index cf4a493b2a523fed3ed327509d69a396657f8cc9..3c5128545481c917983c17750d421590f5520bc8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -62,8 +62,7 @@ tags:
        ctags -R
 
 PHONY += tests
-tests: $(LIB_SO)
-       $(MAKE) -C $(TESTS_DIR)
+tests: $(LIB_SO)       # $(MAKE) -C $(TESTS_DIR)
 
 BENCH_DIR := benchmarks