+LOOPS_MIN
[debugger.git] / Makefile
index a2527ab..d8e6901 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,10 @@ check: testsuite
 
 .PHONY: still
 still:
-       FIXME ./testsuite && false
+       ls -l core* 2>/dev/null || true
+       date --iso=seconds
+       set -ex; ulimit -c unlimited; time ./testsuite -l
+
 
 .PHONY: clean
 clean: