Switch to new unit test infrastructure

master
Bryan O'Sullivan 2009-06-22 16:05:57 -07:00
parent 1454c32dc0
commit 5d7992d249
1 changed files with 7 additions and 1 deletions

View File

@ -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}")