aboutsummaryrefslogtreecommitdiffstats
path: root/buildtest.sh
blob: 4c4e2c3e673177c2b67db1c0c3d9e148ed27ae14 (plain)
1
2
3
4
5
6
7
8
9
10
11
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