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