Skip to content

Commit

Permalink
test: fix generator used in test_integration.cmake
Browse files Browse the repository at this point in the history
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
  • Loading branch information
threeal committed Oct 9, 2024
1 parent b3e2d7d commit c8e1417
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/test_integration.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ endsection()

section("it should fail to configure the build due to missing dependencies")
assert_execute_process(
COMMAND "${CMAKE_COMMAND}" -B project/build project
ERROR "Could not find a package configuration file provided by \"MyFibonacci\"")
COMMAND "${CMAKE_COMMAND}" -G "Unix Makefiles" -S project -B project/build
ERROR "Could not find a package configuration file")
endsection()

section("it should regenerate the source code of the test project")
Expand Down

0 comments on commit c8e1417

Please sign in to comment.