re-create db and run test
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 17 Jul 2011 13:12:36 +0000 (13:12 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 17 Jul 2011 13:12:36 +0000 (13:12 +0000)
Makefile [new file with mode: 0644]

diff --git a/Makefile b/Makefile
new file mode 100644 (file)
index 0000000..4bd15e8
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,10 @@
+all:
+       echo "make db test"
+
+db:
+       dropdb cloudstore
+       createdb cloudstore
+       SQL=1 ./rsync-piper.pl | psql cloudstore
+
+test:
+       ./test.sh