|
|
|
@ -1,7 +1,6 @@ |
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
|
FSLD = $(top_builddir)/libfreeswitch.la $(top_builddir)/libs/apr/libapr-1.la $(top_builddir)/libs/apr-util/libaprutil-1.la
|
|
|
|
|
|
|
|
|
|
TESTS += tests/unit/switch_event
|
|
|
|
|
check_PROGRAMS += tests/unit/switch_event
|
|
|
|
|
|
|
|
|
|
tests_unit_switch_event_SOURCES = tests/unit/switch_event.c
|
|
|
|
@ -9,7 +8,6 @@ tests_unit_switch_event_CFLAGS = $(SWITCH_AM_CFLAGS) |
|
|
|
|
tests_unit_switch_event_LDADD = $(FSLD)
|
|
|
|
|
tests_unit_switch_event_LDFLAGS = $(SWITCH_AM_LDFLAGS) -ltap
|
|
|
|
|
|
|
|
|
|
TESTS += tests/unit/switch_hash
|
|
|
|
|
check_PROGRAMS += tests/unit/switch_hash
|
|
|
|
|
|
|
|
|
|
tests_unit_switch_hash_SOURCES = tests/unit/switch_hash.c
|
|
|
|
|