aboutsummaryrefslogtreecommitdiffstats
path: root/src/test
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2021-01-25 15:16:29 +0100
committerAndreas Eversberg <jolly@eversberg.eu>2021-03-07 10:38:38 +0100
commit8c0a25f3b0f5ab264333c25ca30145e5f49dcb4f (patch)
treedc9f983c6c30f6ce8b2df218fb610a18da00857d /src/test
parent22cb70fb1b2c628383c122aafcfdccd3070f269a (diff)
Added special strdup to liboptions, to prevent memory leaks for option strings
If you are doing memory leak debugging you don't want to see any leaks when stopping the program.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/Makefile.am b/src/test/Makefile.am
index 6767333..ba373af 100644
--- a/src/test/Makefile.am
+++ b/src/test/Makefile.am
@@ -18,6 +18,7 @@ test_filter_LDADD = \
$(COMMON_LA) \
$(top_builddir)/src/libdebug/libdebug.a \
$(top_builddir)/src/libfilter/libfilter.a \
+ $(top_builddir)/src/liboptions/liboptions.a \
-lm
test_sendevolumenregler_SOURCES = test_sendevolumenregler.c
@@ -41,6 +42,7 @@ test_emphasis_LDADD = \
$(top_builddir)/src/libdebug/libdebug.a \
$(top_builddir)/src/libemphasis/libemphasis.a \
$(top_builddir)/src/libfilter/libfilter.a \
+ $(top_builddir)/src/liboptions/liboptions.a \
-lm
test_dtmf_SOURCES = dummy.x test_dtmf.c