refacturing
This commit is contained in:
parent
051ed3e730
commit
2fb72f1701
6 changed files with 60 additions and 15 deletions
|
@ -11,3 +11,7 @@ add_test(NAME Article COMMAND ${CMAKE_BINARY_DIR}/bin/test_article)
|
|||
add_executable(test_database test_database.cpp)
|
||||
target_link_libraries(test_database core Boost::unit_test_framework stdc++fs)
|
||||
add_test(NAME Database COMMAND ${CMAKE_BINARY_DIR}/bin/test_database)
|
||||
|
||||
add_executable(test_sale test_sale.cpp)
|
||||
target_link_libraries(test_sale core Boost::unit_test_framework)
|
||||
add_test(NAME Sale COMMAND ${CMAKE_BINARY_DIR}/bin/test_sale)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue