One more two more three more
This commit is contained in:
@@ -83,9 +83,15 @@ else()
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_executable(ut_test_1
|
add_executable(ut_test_1
|
||||||
include/Package.hpp
|
include/MainDish.hpp
|
||||||
src/Package.cpp
|
include/SideDish.hpp
|
||||||
test/ut_Package.cpp
|
include/Drink.hpp
|
||||||
|
include/Food.hpp
|
||||||
|
src/MainDish.cpp
|
||||||
|
src/SideDish.cpp
|
||||||
|
src/Drink.cpp
|
||||||
|
src/Food.cpp
|
||||||
|
test/ut_Food.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_executable(ut_test_2
|
add_executable(ut_test_2
|
||||||
|
|||||||
Reference in New Issue
Block a user