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