Switch to new unit test infrastructure
parent
1454c32dc0
commit
5d7992d249
|
|
@ -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}")
|
||||
|
|
|
|||
Loading…
Reference in New Issue