diff options
author | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2020-12-16 15:14:13 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@iki.fi> | 2020-12-16 15:14:13 +0200 |
commit | 09147f17de0e6f3e89bc92b452c6e5e8c72c5970 (patch) | |
tree | ead12ec861a7b0b87db77b5c87ce14e9ead79390 /py/tests/CMakeLists.txt | |
parent | 679c992f5ec738c06fab93145571cb762131918c (diff) |
Remove CMake support
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@iki.fi>
Diffstat (limited to 'py/tests/CMakeLists.txt')
-rw-r--r-- | py/tests/CMakeLists.txt | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/py/tests/CMakeLists.txt b/py/tests/CMakeLists.txt deleted file mode 100644 index a670ed9..0000000 --- a/py/tests/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -file(GLOB PY_SRCS "*.py") -add_custom_target(pyextras SOURCES ${PY_SRCS}) - -add_test(NAME pytest COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/functest.py") -set_property(TEST pytest PROPERTY - ENVIRONMENT "PYTHONPATH=." "LD_LIBRARY_PATH=." -) |