diff options
author | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-04-15 11:17:32 +0000 |
---|---|---|
committer | Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp> | 2021-04-15 11:17:32 +0000 |
commit | 738c1d56adb80ac3623251a47a7c5f2d4db57193 (patch) | |
tree | eba82b97376f605ba4ed92464fceeea71f4045cc /buildtest.sh |
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 <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'buildtest.sh')
-rwxr-xr-x | buildtest.sh | 12 |
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 |