diff options
author | MasanoriMaruyama <82852796+MasanoriMaruyama@users.noreply.github.com> | 2021-05-24 16:34:33 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-24 16:34:33 +0900 |
commit | 7cc4a7be9e2d44c34c198f83bf73042ddf8ba62e (patch) | |
tree | 13333c02b20d4be2fdb2f4ca220d1a7acd776d85 /ipc/buildtest.sh | |
parent | 738c1d56adb80ac3623251a47a7c5f2d4db57193 (diff) |
Add license and author information
Diffstat (limited to 'ipc/buildtest.sh')
-rw-r--r-- | ipc/buildtest.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ipc/buildtest.sh b/ipc/buildtest.sh new file mode 100644 index 0000000..4c4e2c3 --- /dev/null +++ b/ipc/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 |