提交 cb6df3ff 编写于 作者: M Max Bruckner 提交者: GitHub

Merge pull request #121 from ffontaine/master

Do not build unity library if tests are disabled
add_library(unity unity/src/unity.c)
if(ENABLE_CJSON_TEST)
add_library(unity unity/src/unity.c)
#copy test files
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/inputs")
file(GLOB test_files "inputs/*")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册