|
|
|
@ -22,36 +22,30 @@ link_directories(
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### define tests ##############################
|
|
|
|
|
|
|
|
|
|
add_test( isbtest isbntest )
|
|
|
|
|
|
|
|
|
|
add_test( latin1test latin1test )
|
|
|
|
|
|
|
|
|
|
add_test( entitytest entitytest )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
##### test programs #############################
|
|
|
|
|
|
|
|
|
|
tde_add_executable( isbntest AUTOMOC
|
|
|
|
|
tde_add_check_executable( isbntest AUTOMOC
|
|
|
|
|
SOURCES
|
|
|
|
|
isbntest.cpp
|
|
|
|
|
../isbnvalidator.cpp ../upcvalidator.cpp
|
|
|
|
|
LINK
|
|
|
|
|
tdecore-shared tdeui-shared
|
|
|
|
|
TEST
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
tde_add_executable( latin1test AUTOMOC
|
|
|
|
|
tde_add_check_executable( latin1test AUTOMOC
|
|
|
|
|
SOURCES
|
|
|
|
|
latin1test.cpp
|
|
|
|
|
LINK
|
|
|
|
|
tdecore-shared
|
|
|
|
|
TEST
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
tde_add_executable( entitytest AUTOMOC
|
|
|
|
|
tde_add_check_executable( entitytest AUTOMOC
|
|
|
|
|
SOURCES
|
|
|
|
|
entitytest.cpp
|
|
|
|
|
../tellico_utils.cpp
|
|
|
|
|
LINK
|
|
|
|
|
tdecore-shared
|
|
|
|
|
TEST
|
|
|
|
|
)
|
|
|
|
|