From 09147f17de0e6f3e89bc92b452c6e5e8c72c5970 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 16 Dec 2020 15:14:13 +0200 Subject: Remove CMake support Signed-off-by: Tomi Valkeinen --- py/tests/CMakeLists.txt | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 py/tests/CMakeLists.txt (limited to 'py/tests/CMakeLists.txt') 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=." -) -- cgit v1.2.3