Rename validation tests to end in Tests

This commit is contained in:
Corentin Wallez 2017-06-05 16:30:40 -04:00 committed by Corentin Wallez
parent 001c2ea98f
commit 181e22b482
3 changed files with 2 additions and 2 deletions

View File

@ -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