Rename validation tests to end in Tests
This commit is contained in:
parent
001c2ea98f
commit
181e22b482
|
@ -25,8 +25,8 @@ add_executable(nxt_unittests
|
||||||
${UNITTESTS_DIR}/RefCountedTests.cpp
|
${UNITTESTS_DIR}/RefCountedTests.cpp
|
||||||
${UNITTESTS_DIR}/ToBackendTests.cpp
|
${UNITTESTS_DIR}/ToBackendTests.cpp
|
||||||
${UNITTESTS_DIR}/WireTests.cpp
|
${UNITTESTS_DIR}/WireTests.cpp
|
||||||
${VALIDATION_TESTS_DIR}/BufferValidationTest.cpp
|
${VALIDATION_TESTS_DIR}/BufferValidationTests.cpp
|
||||||
${VALIDATION_TESTS_DIR}/DepthStencilStateValidationTest.cpp
|
${VALIDATION_TESTS_DIR}/DepthStencilStateValidationTests.cpp
|
||||||
${VALIDATION_TESTS_DIR}/ValidationTest.cpp
|
${VALIDATION_TESTS_DIR}/ValidationTest.cpp
|
||||||
${VALIDATION_TESTS_DIR}/ValidationTest.h
|
${VALIDATION_TESTS_DIR}/ValidationTest.h
|
||||||
${TESTS_DIR}/UnittestsMain.cpp
|
${TESTS_DIR}/UnittestsMain.cpp
|
||||||
|
|
Loading…
Reference in New Issue