43b8d1b3acece11c9e0c7c8b41b8f5661d6d1690
[platform/upstream/libzypp-bindings.git] / swig / python / tests / CMakeLists.txt
1 ##
2 # CMakeLists.txt for libzypp-bindings/swig/python/tests
3 #
4
5 ENABLE_TESTING()
6
7 ADD_TEST(bindings_python_loading     python ${CMAKE_CURRENT_SOURCE_DIR}/loading.py)
8 ADD_TEST(bindings_python_repoinfo    python ${CMAKE_CURRENT_SOURCE_DIR}/repoinfo.py)
9 ADD_TEST(bindings_python_commit_callbacks  python ${CMAKE_CURRENT_SOURCE_DIR}/commit_callbacks.py)
10 ADD_TEST(bindings_python_problems    python ${CMAKE_CURRENT_SOURCE_DIR}/problems.py)
11 ADD_TEST(bindings_python_installed_path    python ${CMAKE_CURRENT_SOURCE_DIR}/installed_path.py)