We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40339e0 commit 080f58bCopy full SHA for 080f58b
Makefile
@@ -18,5 +18,8 @@ format:
18
19
clean:
20
rm -f *.o
21
-
+
22
+test:
23
+ for i in `seq 1 5`; do ./tests.py || exit 1; done
24
25
.PHONY: clean
README.md
@@ -1 +1,4 @@
1
## Simple application to track CPU usage
2
3
+### To compile, run ``make``
4
+### To test, run ``make test``
0 commit comments