One more two more three more

This commit is contained in:
2025-08-03 21:28:50 +08:00
parent 3bc78b34dd
commit bb0a438596

View File

@@ -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