test: Use _test suffix for test files

This follows Go naming convention for file containing unit tests.
This commit is contained in:
Paweł Bylica 2019-12-04 22:41:29 +01:00
parent 90455185b1
commit 60788f9a20
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
5 changed files with 4 additions and 4 deletions

View File

@ -16,11 +16,11 @@ target_compile_definitions(loader-mocked PRIVATE EVMC_LOADER_MOCK=1)
add_executable(
evmc-unittests
cpp_test.cpp
helpers_test.cpp
instructions_test.cpp
loader_mock.h
test_cpp.cpp
test_helpers.cpp
test_instructions.cpp
test_loader.cpp
loader_test.cpp
)
target_link_libraries(