aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/tests/Makefile
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-06-18 04:24:12 +0200
committerLaurent Ghigonis <laurent@p1sec.com>2013-06-18 04:24:12 +0200
commit84aca7b9f43b760d757b58c83d52f3eb923b4664 (patch)
treeddd20c6da33ca9b462763d5ded0e43c22b89684b /jsaccess/tests/Makefile
parentjsaccess: store.sh working + unittests (diff)
downloadlaurent-tools-84aca7b9f43b760d757b58c83d52f3eb923b4664.tar.xz
laurent-tools-84aca7b9f43b760d757b58c83d52f3eb923b4664.zip
jsaccess: store.sh deployment done
Diffstat (limited to 'jsaccess/tests/Makefile')
-rw-r--r--jsaccess/tests/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/jsaccess/tests/Makefile b/jsaccess/tests/Makefile
new file mode 100644
index 0000000..b282017
--- /dev/null
+++ b/jsaccess/tests/Makefile
@@ -0,0 +1,6 @@
+all:
+ rm -rf store/
+ rm -rf clone_store/
+ ./test_store.sh
+ @echo
+ @echo "ALL TESTS OK"