From 78e58120113d55a6b227f435328ee65197fe479e Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 13 Mar 2015 17:31:36 +0100 Subject: [PATCH] Simplify test config for new biicode version --- CMakeLists.txt | 5 ----- biicode.conf | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 296384cd..d4c560a1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,5 @@ INCLUDE(messmer/cmake/tools) -# Initializes block variables -INIT_BIICODE_BLOCK() - -SETUP_GOOGLETEST() - # Actually create targets: EXEcutables and libraries. ADD_BIICODE_TARGETS() diff --git a/biicode.conf b/biicode.conf index cc23b353..017c222c 100644 --- a/biicode.conf +++ b/biicode.conf @@ -41,3 +41,5 @@ # when loading from disk such data # image.cpp + image.jpg # code should write open("user/block/image.jpg") +[tests] + test/*