1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-10-31 18:21:35 +01:00

build all dll and executable at bin directory

This commit is contained in:
ClausKlein 2021-02-17 00:51:29 +01:00
parent 78b430b172
commit 56a3c22ad9
10 changed files with 33 additions and 16 deletions

View file

@ -61,7 +61,7 @@ endif()
enable_testing()
add_test(greeterTests GreeterTests)
add_test(NAME greeterTests COMMAND GreeterTests)
# ---- code coverage ----