summaryrefslogtreecommitdiff
path: root/AudioManagerUtilities/test/CMakeLists.txt
blob: 74e56f9749b7e72ceeb0509b7eba7e7f12dce0b2 (plain)
1
2
3
4
5
6
7
8
if (WITH_DLT)
    # this test works only if Utilities are built with DLT support - skip otherwise
    add_subdirectory (AmSocketHandlerTest)
else (WITH_DLT)
    message ( WARNING "CAmSocketHandlerTest requires DLT support - skipping ...")
endif (WITH_DLT)

add_subdirectory (AmSerializerTest)