Skip to content

Commit

Permalink
Fix typo in CMakeLists.txt that resulted in broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jasmcaus committed May 29, 2021
1 parent 6a2eb9d commit 027db4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/InternalTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ add_executable(
test.cpp

# Muon's Death Tests
Random/test_string_macros.c
Random/test_string_macros.cpp
Random/test_assertion_macros.c
Random/test_assertion_macros.cpp
DeathTests/test_string_macros.c
DeathTests/test_string_macros.cpp
DeathTests/test_assertion_macros.c
DeathTests/test_assertion_macros.cpp
)

target_include_directories(
Expand Down

0 comments on commit 027db4d

Please sign in to comment.