提交 a5a3561b authored 作者: William King's avatar William King

FS-8233 Clean up formatting

上级 bf38cd23
...@@ -781,9 +781,11 @@ support: ...@@ -781,9 +781,11 @@ support:
# of longer test target names. Since the tests are expected to be run easily and rapidly after minor source # of longer test target names. Since the tests are expected to be run easily and rapidly after minor source
# changes this is the most effective structure. # changes this is the most effective structure.
TESTS =
check_PROGRAMS = check_PROGRAMS =
include tests/unit/unit.mk include tests/unit/unit.mk
TESTS = $(check_PROGRAMS)
tests: $(check_PROGRAMS)
AUTOMAKE_OPTIONS = foreign AUTOMAKE_OPTIONS = foreign
FSLD = $(top_builddir)/libfreeswitch.la $(top_builddir)/libs/apr/libapr-1.la $(top_builddir)/libs/apr-util/libaprutil-1.la 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 check_PROGRAMS += tests/unit/switch_event
tests_unit_switch_event_SOURCES = tests/unit/switch_event.c tests_unit_switch_event_SOURCES = tests/unit/switch_event.c
...@@ -9,7 +8,6 @@ tests_unit_switch_event_CFLAGS = $(SWITCH_AM_CFLAGS) ...@@ -9,7 +8,6 @@ tests_unit_switch_event_CFLAGS = $(SWITCH_AM_CFLAGS)
tests_unit_switch_event_LDADD = $(FSLD) tests_unit_switch_event_LDADD = $(FSLD)
tests_unit_switch_event_LDFLAGS = $(SWITCH_AM_LDFLAGS) -ltap tests_unit_switch_event_LDFLAGS = $(SWITCH_AM_LDFLAGS) -ltap
TESTS += tests/unit/switch_hash
check_PROGRAMS += tests/unit/switch_hash check_PROGRAMS += tests/unit/switch_hash
tests_unit_switch_hash_SOURCES = tests/unit/switch_hash.c tests_unit_switch_hash_SOURCES = tests/unit/switch_hash.c
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论