Simplify test config for new biicode version
This commit is contained in:
parent
68a2fc5212
commit
78e5812011
@ -1,10 +1,5 @@
|
|||||||
INCLUDE(messmer/cmake/tools)
|
INCLUDE(messmer/cmake/tools)
|
||||||
|
|
||||||
# Initializes block variables
|
|
||||||
INIT_BIICODE_BLOCK()
|
|
||||||
|
|
||||||
SETUP_GOOGLETEST()
|
|
||||||
|
|
||||||
# Actually create targets: EXEcutables and libraries.
|
# Actually create targets: EXEcutables and libraries.
|
||||||
ADD_BIICODE_TARGETS()
|
ADD_BIICODE_TARGETS()
|
||||||
|
|
||||||
|
@ -41,3 +41,5 @@
|
|||||||
# when loading from disk such data
|
# when loading from disk such data
|
||||||
# image.cpp + image.jpg # code should write open("user/block/image.jpg")
|
# image.cpp + image.jpg # code should write open("user/block/image.jpg")
|
||||||
|
|
||||||
|
[tests]
|
||||||
|
test/*
|
||||||
|
Loading…
Reference in New Issue
Block a user