We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db63ea9 commit 736d8a3Copy full SHA for 736d8a3
test/CMakeLists.txt
@@ -41,14 +41,14 @@ IF (PYTHONINTERP_FOUND)
41
"--library-dir" "${CMAKE_CURRENT_BINARY_DIR}/../src"
42
)
43
44
- add_test(roundtriptest_executable
+ add_test(roundtriptest_library
45
${PYTHON_EXECUTABLE}
46
"${CMAKE_CURRENT_SOURCE_DIR}/roundtrip_tests.py"
47
"--spec" "${CMAKE_CURRENT_SOURCE_DIR}/spec.txt"
48
49
50
51
- add_test(entity_executable
+ add_test(entity_library
52
53
"${CMAKE_CURRENT_SOURCE_DIR}/entity_tests.py"
54
0 commit comments