From 777f88336442c887552fb3353db93a5ed5b4ff74 Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 19 Oct 2018 22:16:11 +0200 Subject: Fix tests Change-Id: I9b8dbe26bfe6d1d32cbce09a89b7d0f47d7ef4b5 Signed-off-by: Sebastien Douheret --- test/fixtures/helloworld/helloworld/CMakeLists.txt | 6 +++--- ...6_64-gcc_crosssdk-native_x86_64-toolchain-1.0.2.sh | Bin 2002 -> 2074 bytes 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'test/fixtures') diff --git a/test/fixtures/helloworld/helloworld/CMakeLists.txt b/test/fixtures/helloworld/helloworld/CMakeLists.txt index 373a6f5..d8a5b26 100644 --- a/test/fixtures/helloworld/helloworld/CMakeLists.txt +++ b/test/fixtures/helloworld/helloworld/CMakeLists.txt @@ -25,12 +25,12 @@ PROJECT_TARGET_ADD(helloworld) # Binder exposes a unique public entry point SET_TARGET_PROPERTIES(${TARGET_NAME} PROPERTIES - PREFIX "" + PREFIX "" LABELS "BINDING" - LINK_FLAGS ${BINDINGS_LINK_FLAG} + LINK_FLAGS ${BINDINGS_LINK_FLAG} OUTPUT_NAME ${TARGET_NAME} ) TARGET_LINK_LIBRARIES(${TARGET_NAME} - ${link_libraries} + ${link_libraries} ) diff --git a/test/fixtures/poky-agl-glibc-x86_64-gcc_crosssdk-native_x86_64-toolchain-1.0.2.sh b/test/fixtures/poky-agl-glibc-x86_64-gcc_crosssdk-native_x86_64-toolchain-1.0.2.sh index 7781335..d5949a9 100755 Binary files a/test/fixtures/poky-agl-glibc-x86_64-gcc_crosssdk-native_x86_64-toolchain-1.0.2.sh and b/test/fixtures/poky-agl-glibc-x86_64-gcc_crosssdk-native_x86_64-toolchain-1.0.2.sh differ -- cgit 1.2.3-korg