From 67f6333df0ff15d6f19cb70cc589f851e1054306 Mon Sep 17 00:00:00 2001 From: Sebastian Messmer Date: Fri, 13 Mar 2015 17:31:46 +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 45167ca5..677e03c2 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 0851238b..d0cf92e1 100644 --- a/biicode.conf +++ b/biicode.conf @@ -42,3 +42,5 @@ # when loading from disk such data # image.cpp + image.jpg # code should write open("user/block/image.jpg") +[tests] + test/*