summaryrefslogtreecommitdiff
path: root/test/poi-service/script
diff options
context:
space:
mode:
author <philippe colliot>2014-09-12 19:12:41 +0200
committer <philippe colliot>2014-09-12 19:12:41 +0200
commitf8902ca7689f9c4b2ddebee943a2e5a91b385a8a (patch)
tree2c784b8080d1b893e7afb4afd061010efd5b8ae6 /test/poi-service/script
parentbe0792278723730cc9df5fd75503414c58334f5f (diff)
downloadpoi-service-f8902ca7689f9c4b2ddebee943a2e5a91b385a8a.tar.gz
use CMake to generate poi-server
Diffstat (limited to 'test/poi-service/script')
-rwxr-xr-xtest/poi-service/script/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/poi-service/script/run b/test/poi-service/script/run
index fad6697..ce8eb20 100755
--- a/test/poi-service/script/run
+++ b/test/poi-service/script/run
@@ -45,7 +45,7 @@ if [ ! -f $COMPONENT_EXE_DIR/poi-server ]
then
echo $COMPONENT_EXE_DIR/poi-server does not exist, so make it first
cd $COMPONENT_SCRIPT_DIR
- make all
+ ./build.sh make
cd $CURDIR
fi