From 935d30ce2fe76380e1b126ccd6ff439162888fb5 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Sat, 3 Oct 2015 21:14:55 +0300 Subject: py: add db test --- py/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'py/CMakeLists.txt') diff --git a/py/CMakeLists.txt b/py/CMakeLists.txt index 8ad476b..42dae20 100644 --- a/py/CMakeLists.txt +++ b/py/CMakeLists.txt @@ -17,7 +17,7 @@ set_source_files_properties(pykms.i PROPERTIES CPLUSPLUS ON) swig_add_module(pykms python pykms.i) swig_link_libraries(pykms kms++ kmstest ${LIBDRM_LIBRARIES} ${PYTHON_LIBRARIES}) -add_custom_target(pyextras SOURCES test.py functest.py) +add_custom_target(pyextras SOURCES test.py functest.py db.py) add_test(NAME pytest COMMAND "${CMAKE_CURRENT_SOURCE_DIR}/functest.py") set_property(TEST pytest PROPERTY -- cgit v1.2.3