aboutsummaryrefslogtreecommitdiffstats
path: root/jsaccess/tests/Makefile
diff options
context:
space:
mode:
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"