diff options
author | Nick Wellnhofer <wellnhofer@aevum.de> | 2017-11-18 16:15:09 +0100 |
---|---|---|
committer | Nick Wellnhofer <wellnhofer@aevum.de> | 2017-11-18 16:15:09 +0100 |
commit | 736d8a3d81ab2ac8e5556f2dd5f6fed9d9137d18 (patch) | |
tree | 6c9ce1ce2ae3b92dc7742a3f56e5e0598561578c /test | |
parent | db63ea9a07135568c44d537a9f2e999b210f0b9f (diff) |
Rename roundtrip and entity tests
Rename the tests to reflect that they use the library, not the
executable.
Diffstat (limited to 'test')
-rwxr-xr-x | test/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6da3a6b..ae7d10d 100755 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -41,14 +41,14 @@ IF (PYTHONINTERP_FOUND) "--library-dir" "${CMAKE_CURRENT_BINARY_DIR}/../src" ) - add_test(roundtriptest_executable + add_test(roundtriptest_library ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_SOURCE_DIR}/roundtrip_tests.py" "--spec" "${CMAKE_CURRENT_SOURCE_DIR}/spec.txt" "--library-dir" "${CMAKE_CURRENT_BINARY_DIR}/../src" ) - add_test(entity_executable + add_test(entity_library ${PYTHON_EXECUTABLE} "${CMAKE_CURRENT_SOURCE_DIR}/entity_tests.py" "--library-dir" "${CMAKE_CURRENT_BINARY_DIR}/../src" |