Package: gambc / 4.8.8-3.1

serial-tests.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
Run tests serially
--- a/tests/makefile.in
+++ b/tests/makefile.in
@@ -102,6 +102,8 @@
 	  touch server.rm; \
 	fi
 
+.NOTPARALLEL:
+
 check: all test1 test2 test3 test4 test5 test6 test7 test8 test9 test10 test11
 	@echo "============ ALL TESTS SUCCESSFUL"
 	rm -f mem.c mem_.c mem@obj@ mem.o1 mem_@obj@ mem@exe@ \