From 5d7992d249936ea2d1c7465d4fdbddd5e2bb9f43 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Mon, 22 Jun 2009 16:05:57 -0700 Subject: Switch to new unit test infrastructure --- indra/viewer_components/login/CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'indra/viewer_components/login') diff --git a/indra/viewer_components/login/CMakeLists.txt b/indra/viewer_components/login/CMakeLists.txt index 434b58f5c7..e052d133cf 100644 --- a/indra/viewer_components/login/CMakeLists.txt +++ b/indra/viewer_components/login/CMakeLists.txt @@ -1,6 +1,9 @@ +# -*- cmake -*- + project(login) include(00-Common) +include(LLAddBuildTest) include(LLCommon) include(LLMath) include(LLXML) @@ -40,4 +43,7 @@ target_link_libraries(lllogin ${PTH_LIBRARIES} ) -ADD_BUILD_TEST(lllogin lllogin "") +SET(lllogin_TEST_SOURCE_FILES + lllogin.cpp + ) +LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}") -- cgit v1.2.3