diff options
author | 2021-08-04 09:35:49 +0000 | |
---|---|---|
committer | 2021-08-04 09:39:44 +0000 | |
commit | b27fb69aa966866920e86b10f7d10326a0042e33 (patch) | |
tree | f90fec01a1f9dcbc0aedd7ecad199148e8dd335c /buildtest.sh | |
parent | 8203dc658421473aed7e2236aabb1992a9011dfe (diff) | |
parent | 61bf7d8b56d97e1600980f44ffd97df07febfb80 (diff) |
Import cluster-ipc source code from experimental repositorylamprey_12.0.1lamprey/12.0.1koi_11.0.4koi/11.0.412.0.111.0.4
Maruyama-san et al. are developing instrument cluster ipc library in
in experimental repository.
This patch is upstreaming that source code.
Previous commit message is not match AGL commit message requirement.
But, that commit message need to record who is contributed.
Merge remote-tracking branch 'github/main'
Signed-off-by: Naoto Yamaguchi <i33399_yamaguchi@aisin-aw.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 |