[ox] Set CMP0110 to NEW, this which allows spaces in test names
This commit is contained in:
1
deps/ox/src/ox/std/CMakeLists.txt
vendored
1
deps/ox/src/ox/std/CMakeLists.txt
vendored
@@ -5,7 +5,6 @@ add_library(
|
||||
byteswap.cpp
|
||||
heapmgr.cpp
|
||||
memops.cpp
|
||||
new.cpp
|
||||
random.cpp
|
||||
substitutes.cpp
|
||||
stacktrace.cpp
|
||||
|
18
deps/ox/src/ox/std/test/CMakeLists.txt
vendored
18
deps/ox/src/ox/std/test/CMakeLists.txt
vendored
@@ -7,12 +7,12 @@ add_executable(
|
||||
|
||||
target_link_libraries(StdTest OxStd)
|
||||
|
||||
add_test("Test\\ ox_memcmp\\ ABCDEFG\\ !=\\ HIJKLMN" StdTest "ABCDEFG != HIJKLMN")
|
||||
add_test("Test\\ ox_memcmp\\ HIJKLMN\\ !=\\ ABCDEFG" StdTest "HIJKLMN != ABCDEFG")
|
||||
add_test("Test\\ ox_memcmp\\ ABCDEFG\\ ==\\ ABCDEFG" StdTest "ABCDEFG == ABCDEFG")
|
||||
add_test("Test\\ ox_memcmp\\ ABCDEFGHI\\ ==\\ ABCDEFG" StdTest "ABCDEFGHI == ABCDEFG")
|
||||
add_test("Test\\ BString" StdTest "BString")
|
||||
add_test("Test\\ String" StdTest "String")
|
||||
add_test("Test\\ Vector" StdTest "Vector")
|
||||
add_test("Test\\ HashMap" StdTest "HashMap")
|
||||
add_test("Test\\ HeapMgr" StdTest malloc)
|
||||
add_test("Test ox_memcmp ABCDEFG != HIJKLMN" StdTest "ABCDEFG != HIJKLMN")
|
||||
add_test("Test ox_memcmp HIJKLMN != ABCDEFG" StdTest "HIJKLMN != ABCDEFG")
|
||||
add_test("Test ox_memcmp ABCDEFG == ABCDEFG" StdTest "ABCDEFG == ABCDEFG")
|
||||
add_test("Test ox_memcmp ABCDEFGHI == ABCDEFG" StdTest "ABCDEFGHI == ABCDEFG")
|
||||
add_test("Test BString" StdTest "BString")
|
||||
add_test("Test String" StdTest "String")
|
||||
add_test("Test Vector" StdTest "Vector")
|
||||
add_test("Test HashMap" StdTest "HashMap")
|
||||
add_test("Test HeapMgr" StdTest malloc)
|
||||
|
Reference in New Issue
Block a user