From 738c1d56adb80ac3623251a47a7c5f2d4db57193 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Thu, 15 Apr 2021 11:17:32 +0000 Subject: Initial commit for AGL cluster ipc library This source code is AGL instrument cluster common ipc library. Currently, this source code is missing author information, license and other. Will be add by author. Author: Nozomu Abe (nozo_abe@nippon-seiki.co.jp) Committed by Naoto Yamaguchi. Signed-off-by: Naoto Yamaguchi --- buildtest.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 buildtest.sh (limited to 'buildtest.sh') 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 -- cgit