Skip to content
Snippets Groups Projects
Commit 7eb30189 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #8586: fixed make distcheck

parent 097dd607
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ check_PROGRAMS = test
TESTS = run_tests.sh
test_CXXFLAGS = -DWORKSPACE="$(top_builddir)/test/"
test_CXXFLAGS = -DWORKSPACE="$(top_srcdir)/test/"
test_LDADD = $(top_builddir)/src/libsflphone.la @ZRTPCPP_LIBS@ @LIBCRYPTO_LIBS@ @CPPUNIT_LIBS@ @YAML_LIBS@
EXTRA_DIST = sflphoned-sample.yml history-sample.tpl run_tests.sh
......@@ -38,3 +38,7 @@ test_SOURCES = constants.h \
gaincontroltest.cpp \
mainbuffertest.h \
mainbuffertest.cpp
clean-local:
rm -rf cppunitresults.xml im:testfile1.txt im:testfile2.txt \
sample_echocancel_500ms_8kHz_16bit.raw
......@@ -34,10 +34,8 @@
#define XSTRINGIFY(s) STRINGIFY(s)
#define STRINGIFY(s) #s
#define HISTORY_SAMPLE XSTRINGIFY(WORKSPACE) "history-sample.tpl"
#define HISTORY_SAMPLE_BAK HISTORY_SAMPLE ".bak"
#define CONFIG_SAMPLE XSTRINGIFY(WORKSPACE) "sflphoned-sample.yml"
#define CONFIG_SAMPLE_BAK CONFIG_SAMPLE ".bak"
#define HISTORY_SAMPLE_SIZE 3
#define HISTORY_LIMIT 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment