mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Updated catch2 v3.1.0 - https://github.com/catchorg/Catch2/releases/tag/v3.1.0
This commit is contained in:
@@ -54,7 +54,12 @@ project "bx.test"
|
||||
BX_THIRD_PARTY_DIR,
|
||||
}
|
||||
|
||||
defines {
|
||||
"CATCH_AMALGAMATED_CUSTOM_MAIN",
|
||||
}
|
||||
|
||||
files {
|
||||
path.join(BX_DIR, "3rdparty/catch/catch_amalgamated.cpp"),
|
||||
path.join(BX_DIR, "tests/*_test.cpp"),
|
||||
path.join(BX_DIR, "tests/*.h"),
|
||||
path.join(BX_DIR, "tests/dbg.*"),
|
||||
|
||||
Reference in New Issue
Block a user