Added tests/notification_test

This commit is contained in:
Patrick Linstruth
2019-06-01 12:02:17 -07:00
parent 1a72487e57
commit 18539d5282
5 changed files with 120 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ noinst_PROGRAMS = audio_convert_test\
getpids_test\
log_unlink_test\
mcast_recv_test\
notification_test\
rdxml_parse_test\
reserve_carts_test\
stringcode_test\
@@ -81,6 +82,10 @@ dist_mcast_recv_test_SOURCES = mcast_recv_test.cpp mcast_recv_test.h
nodist_mcast_recv_test_SOURCES = moc_mcast_recv_test.cpp
mcast_recv_test_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT4_LIBS@ -lQt3Support
dist_notification_test_SOURCES = notification_test.cpp notification_test.h
nodist_notification_test_SOURCES = moc_notification_test.cpp
notification_test_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT4_LIBS@ -lQt3Support
dist_rdxml_parse_test_SOURCES = rdxml_parse_test.cpp rdxml_parse_test.h
rdxml_parse_test_LDADD = @LIB_RDLIBS@ @LIBVORBIS@ @QT4_LIBS@ -lQt3Support