summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-06-17 18:07:46 +0200
committerAlexander Sulfrian <alex@spline.inf.fu-berlin.de>2016-06-17 18:07:46 +0200
commitfe71a855fc8b8d7a809c2087e3b12971ab74b0e2 (patch)
tree404802fd640f8c1ad98bd18456c42f9a8d1e972f /Makefile
parent727eba8606fd58331ec5f1ae266eb0f9d6c0c130 (diff)
downloadsrs-fe71a855fc8b8d7a809c2087e3b12971ab74b0e2.tar.gz
srs-fe71a855fc8b8d7a809c2087e3b12971ab74b0e2.tar.bz2
srs-fe71a855fc8b8d7a809c2087e3b12971ab74b0e2.zip
First version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..d1bea80
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+all:
+ @echo "Supported targets: test"
+
+test:
+ prove -I. t/*.t