From 7ad273d7c9193af5218240d976212f4aaa70f350 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Thu, 12 Jan 2017 17:45:44 +0100 Subject: [PATCH 1/1] properly set the bindir for these tests too --- examples/msg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/msg/CMakeLists.txt b/examples/msg/CMakeLists.txt index 0e2ef40892..5fa4f26e42 100644 --- a/examples/msg/CMakeLists.txt +++ b/examples/msg/CMakeLists.txt @@ -102,7 +102,7 @@ foreach(x actions-comm actions-storage app-bittorrent app-chainsend app-masterwo endforeach() foreach (example consumption onoff pstate vm) - ADD_TESH_FACTORIES(msg-energy-${example} "thread;ucontext;raw;boost" --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg --cd ${CMAKE_BINARY_DIR}/examples/msg ${CMAKE_HOME_DIRECTORY}/examples/msg/energy-${example}/energy-${example}.tesh) + ADD_TESH_FACTORIES(msg-energy-${example} "thread;ucontext;raw;boost" --setenv bindir=${CMAKE_BINARY_DIR}/examples/msg --setenv srcdir=${CMAKE_HOME_DIRECTORY}/examples/msg --cd ${CMAKE_BINARY_DIR}/examples/msg ${CMAKE_HOME_DIRECTORY}/examples/msg/energy-${example}/energy-${example}.tesh) endforeach() foreach (x categories route-user-variables link-user-variables masterworker platform process-migration host-user-variables) -- 2.39.2