diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/GenerateSipBindings/rules_SipTest.py | 3 | ||||
-rw-r--r-- | tests/KDEFetchTranslations/CMakeLists.txt | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/tests/GenerateSipBindings/rules_SipTest.py b/tests/GenerateSipBindings/rules_SipTest.py index c570a039..a75a5826 100644 --- a/tests/GenerateSipBindings/rules_SipTest.py +++ b/tests/GenerateSipBindings/rules_SipTest.py @@ -1,5 +1,6 @@ -import os, sys +import os +import sys import rules_engine sys.path.append(os.path.dirname(os.path.dirname(rules_engine.__file__))) diff --git a/tests/KDEFetchTranslations/CMakeLists.txt b/tests/KDEFetchTranslations/CMakeLists.txt index e68c7966..8b07c30d 100644 --- a/tests/KDEFetchTranslations/CMakeLists.txt +++ b/tests/KDEFetchTranslations/CMakeLists.txt @@ -18,8 +18,8 @@ foreach(module ${all_kde_modules}) endforeach() _repository_name(name "${CMAKE_CURRENT_SOURCE_DIR}/../../") -if (NOT ${name} STREQUAL "extra-cmake-modules") - message(FATAL_ERROR "Wrong repository name: ${name}, should be 'extra-cmake-modules'") +if (NOT ${name} STREQUAL "frameworks/extra-cmake-modules") + message(FATAL_ERROR "Wrong repository name: ${name}, should be 'frameworks/extra-cmake-modules'") endif() add_executable(dummy ../ExecuteKDEModules/main.c) ecm_mark_nongui_executable(dummy) |