aboutsummaryrefslogtreecommitdiffstats
path: root/CAN-binder/etc/config.cmake
diff options
context:
space:
mode:
authorRomain Forlot <romain.forlot@iot.bzh>2017-04-14 17:23:38 +0200
committerRomain Forlot <romain.forlot@iot.bzh>2017-04-14 17:23:38 +0200
commit3642f8f2545f22f2e574bbd820e67229516e9149 (patch)
treea882606c76255f8835b470a29c403e3c471f5ec5 /CAN-binder/etc/config.cmake
parent7f8ad5803628fedc2bca3d47b9e04038b4491316 (diff)
Fix: wrong testing command line
Missing rootdir option else binding can't find its configuration file Change-Id: I011d326dd27a5eae6f021080f08a82290200cc2c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
Diffstat (limited to 'CAN-binder/etc/config.cmake')
-rw-r--r--CAN-binder/etc/config.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CAN-binder/etc/config.cmake b/CAN-binder/etc/config.cmake
index 4b910d25..671637cb 100644
--- a/CAN-binder/etc/config.cmake
+++ b/CAN-binder/etc/config.cmake
@@ -47,7 +47,7 @@ set(CMAKE_C_FLAGS "")
set(CMAKE_CXX_FLAGS "-std=c++11")
# Print a helper message when every thing is finished
-setc(CLOSING_MESSAGE "Test with: afb-daemon --ldpaths=\$\$(pwd)/low-can-binding/package/lib --port=1234 --roothttp=\$\$(pwd)/package/htdocs --tracereq=common --token=\"\" --verbose")
+setc(CLOSING_MESSAGE "Test with: afb-daemon --rootdir=\$\$(pwd)/low-can-binding/package --ldpaths=\$\$(pwd)/low-can-binding/package/lib --port=1234 --roothttp=\$\$(pwd)/package/htdocs --tracereq=common --token=\"\" --verbose")
# ----------------------------------------------------
# (BUG!!!) as PKG_CONFIG_PATH does not work [should be an env variable]