mirror of
https://github.com/OpenCMT/uLib.git
synced 2025-12-06 07:21:31 +01:00
41 lines
942 B
CMake
41 lines
942 B
CMake
|
|
# TESTS
|
|
set( TESTS
|
|
SmartVectorTest
|
|
VectorTest
|
|
ObjectFlagsTest
|
|
ObjectParametersTest
|
|
ObjectCopyTest
|
|
StaticInterfaceTest
|
|
CommaInitTest
|
|
DebugTTreeDumpTest
|
|
BoostTest
|
|
BoostAccumulatorTest
|
|
PropertiesTest
|
|
FunctionTest
|
|
SignalTest
|
|
SerializeTest
|
|
SerializeDreadDiamondTest
|
|
DreadDiamondParameters
|
|
ObjectPropableTest
|
|
UuidTest
|
|
TypeIntrospectionTraversal
|
|
OptionsTest
|
|
ProgrammableAccessorTest
|
|
ClassFactoryTest
|
|
ClassFactoryRuntimeTest
|
|
MplSequenceCombinerTest
|
|
ClassCompoundTest
|
|
MplSequenceReplaceElTest
|
|
)
|
|
|
|
set(LIBRARIES
|
|
${PACKAGE_LIBPREFIX}Core
|
|
${PACKAGE_LIBPREFIX}Math
|
|
${Boost_SERIALIZATION_LIBRARY}
|
|
${Boost_SIGNALS_LIBRARY}
|
|
${Boost_PROGRAM_OPTIONS_LIBRARY}
|
|
${ROOT_LIBRARIES}
|
|
)
|
|
uLib_add_tests(${uLib-module})
|