summaryrefslogtreecommitdiffstats
path: root/buildtest.sh
diff options
context:
space:
mode:
Diffstat (limited to 'buildtest.sh')
-rwxr-xr-xbuildtest.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/buildtest.sh b/buildtest.sh
new file mode 100755
index 0000000..4c4e2c3
--- /dev/null
+++ b/buildtest.sh
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+rm -rf build/
+mkdir build
+cd build
+cmake ..
+make
+# make install
+#echo "**************** Test for cluster_api ****************"
+#./test/cluster_api_test
+#echo "*************** Test for cluster_server **************"
+#./server_test/cluster_server_test