diff options
| author | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-08-11 03:44:13 +0100 | 
|---|---|---|
| committer | Neil Jagdish Patel <neil.patel@canonical.com> | 2011-08-11 03:44:13 +0100 | 
| commit | e825491c6bbf236f3194d22917a7060caa3ea4ca (patch) | |
| tree | 3c3123afd398db219336c9ec1a52bf630c229acd | |
| parent | f8f13ca342c7969df749626d643bc75fa1e0f87f (diff) | |
fix build
(bzr r1362)
| -rw-r--r-- | tests/CMakeLists.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index cd03e1bea..0ea4e66de 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -387,6 +387,7 @@ if (${GTEST_FOUND} STREQUAL TRUE)  test_service_main.c  test_service_model.c  test_service_model.h) + add_dependencies (test-gtest-service unity-core-${UNITY_API_VERSION})  # The actual test executable  add_executable(test-gtest  | 
