diff options
author | Vadim Savchuk <vsavchuk@productengine.com> | 2009-10-29 15:15:17 +0200 |
---|---|---|
committer | Vadim Savchuk <vsavchuk@productengine.com> | 2009-10-29 15:15:17 +0200 |
commit | f04c96c540c6c1fe8d5f3b11e223d29d407f0e9f (patch) | |
tree | 290f198177cda942546492efa36ef28a444e1b18 | |
parent | 3f909445e100e1624c52a043eed8c8a6e00b2b61 (diff) |
Re-enabling an accidentally disabled test
--HG--
branch : product-engine
-rw-r--r-- | indra/viewer_components/login/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/viewer_components/login/CMakeLists.txt b/indra/viewer_components/login/CMakeLists.txt index 2f0324bedf..fb65779eb7 100644 --- a/indra/viewer_components/login/CMakeLists.txt +++ b/indra/viewer_components/login/CMakeLists.txt @@ -53,4 +53,4 @@ set_source_files_properties( LL_TEST_ADDITIONAL_LIBRARIES "${PTH_LIBRARIES}" ) -#LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}") +LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}") |