Fixed attaching to commands with invalid shared library symbols count.
[debugger.git] / Makefile
index 8065c65..09d6610 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,6 +15,8 @@ testsuite: testsuite.c debugger.c debugger.h
 
 threadtest: threadtest.c
        $(CC) -o $@ $< $(LIBS)
+       ./$@ single
+       ./$@ multi 
 
 .PHONY: check
 check: testsuite
@@ -30,5 +32,5 @@ still:
 
 .PHONY: clean
 clean:
-       $(RM) debugger testsuite
+       $(RM) debugger testsuite threadtest