summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorTofu Buzzard <no-email>2011-03-20 15:48:01 +0000
committerTofu Buzzard <no-email>2011-03-20 15:48:01 +0000
commitfb862afc8b9b48ebcd3902f3324cb60c9af623d4 (patch)
tree76830ee74e2bcfcc16565b976b3e8632c90efb84 /indra/llui
parent2e7771d9866a5006c8423064ca30bb654b143fef (diff)
revert a bunch of stuff from my local repo so this can go in minimally.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llui/CMakeLists.txt b/indra/llui/CMakeLists.txt
index 3e94a4738b..684e393cba 100644
--- a/indra/llui/CMakeLists.txt
+++ b/indra/llui/CMakeLists.txt
@@ -245,11 +245,11 @@ target_link_libraries(llui
)
# Add tests
-if (0 AND LL_TESTS)
+if (LL_TESTS)
include(LLAddBuildTest)
SET(llui_TEST_SOURCE_FILES
llurlmatch.cpp
llurlentry.cpp
)
LL_ADD_PROJECT_UNIT_TESTS(llui "${llui_TEST_SOURCE_FILES}")
-endif (0 AND LL_TESTS)
+endif (LL_TESTS) \ No newline at end of file