From 04941b3cb8712cee9c3b0806cfe7aa76287c40e8 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Sun, 24 Jul 2016 16:09:47 +0200 Subject: Updates to the local test suite - Adjust parameters to bring the running time of each test closer to 1 second - compression/arcode.c: array access one past - "inline" -> "static inline" - Remove cchecklink support --- test/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'test/Makefile') diff --git a/test/Makefile b/test/Makefile index 5aa115d8..b469eec2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -11,6 +11,3 @@ bench: clean: for i in $(DIRS); do $(MAKE) -C $$i clean; done - -ccheck: - for i in $(DIRS); do $(MAKE) -C $$i ccheck; done -- cgit