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/*