Skip to content

Commit 736d8a3

Browse files
committed
Rename roundtrip and entity tests
Rename the tests to reflect that they use the library, not the executable.
1 parent db63ea9 commit 736d8a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ IF (PYTHONINTERP_FOUND)
4141
"--library-dir" "${CMAKE_CURRENT_BINARY_DIR}/../src"
4242
)
4343

44-
add_test(roundtriptest_executable
44+
add_test(roundtriptest_library
4545
${PYTHON_EXECUTABLE}
4646
"${CMAKE_CURRENT_SOURCE_DIR}/roundtrip_tests.py"
4747
"--spec" "${CMAKE_CURRENT_SOURCE_DIR}/spec.txt"
4848
"--library-dir" "${CMAKE_CURRENT_BINARY_DIR}/../src"
4949
)
5050

51-
add_test(entity_executable
51+
add_test(entity_library
5252
${PYTHON_EXECUTABLE}
5353
"${CMAKE_CURRENT_SOURCE_DIR}/entity_tests.py"
5454
"--library-dir" "${CMAKE_CURRENT_BINARY_DIR}/../src"

0 commit comments

Comments
 (0)