为降低变化成本,在根目录增加Makefile。

This commit is contained in:
zhengchao
2018-09-24 12:02:48 +08:00
parent 7a5b6ca6fb
commit 09d8c35b26
4 changed files with 51 additions and 8 deletions

View File

@@ -11,4 +11,6 @@ file(COPY conf DESTINATION ./)
file(COPY rule DESTINATION ./)
file(COPY testdata DESTINATION ./)
file(COPY testdata_uni2ascii DESTINATION ./)
add_test(NAME MaatframeFunctionTest COMMAND test_maatframe)
include(GoogleTest)
gtest_discover_tests(test_maatframe)