From cf3266b208d3ba0fb8f172c29725768bbd41d509 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Fri, 17 Aug 2018 16:45:30 +0200 Subject: test exec: remove git2go and cloning afb-helloworld MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit replace it by fixtures in test/helloworld and copying repo to XDS_SERVER_ROOT_CFG_DIR and cloning app-templates repo into it Change-Id: I4f3d9cfae0f1b81bd7994e172235b1fbc25fd383 Signed-off-by: Clément Bénier --- test/fixtures/helloworld/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/fixtures/helloworld/CMakeLists.txt (limited to 'test/fixtures/helloworld/CMakeLists.txt') diff --git a/test/fixtures/helloworld/CMakeLists.txt b/test/fixtures/helloworld/CMakeLists.txt new file mode 100644 index 0000000..f757721 --- /dev/null +++ b/test/fixtures/helloworld/CMakeLists.txt @@ -0,0 +1,3 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 3.3) + +include(${CMAKE_CURRENT_SOURCE_DIR}/conf.d/cmake/config.cmake) -- cgit 1.2.3-korg