Skip to content

Commit 512e257

Browse files
committed
Switch unit test runner to acutest
Motivated by #160. It seems like Catch is moving in the direction of a more fully-featured, separately-compiled test framework. And we basically just need the bare minimum here. The acutest library seems to provide this.
1 parent e1d7491 commit 512e257

33 files changed

+3365
-11478
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
*.swp
2+
build/

tests/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ if (BUILD_TESTS OR
1717
add_subdirectory(pcg)
1818
endif()
1919

20-
# Add catch for unit tests
2120
if (BUILD_TESTS OR BUILD_UNIT_TESTS)
22-
add_subdirectory(Catch)
2321
add_subdirectory(unit-tests)
2422
endif()
2523

tests/Catch/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/Catch/LICENSE_1_0.txt

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/Catch/README.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)