Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
7eb30189
Commit
7eb30189
authored
13 years ago
by
Tristan Matthews
Browse files
Options
Downloads
Patches
Plain Diff
* #8586: fixed make distcheck
parent
097dd607
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
daemon/test/Makefile.am
+5
-1
5 additions, 1 deletion
daemon/test/Makefile.am
daemon/test/constants.h
+0
-2
0 additions, 2 deletions
daemon/test/constants.h
with
5 additions
and
3 deletions
daemon/test/Makefile.am
+
5
−
1
View file @
7eb30189
...
...
@@ -5,7 +5,7 @@ check_PROGRAMS = test
TESTS
=
run_tests.sh
test_CXXFLAGS
=
-DWORKSPACE
=
"
$(
top_
build
dir
)
/test/"
test_CXXFLAGS
=
-DWORKSPACE
=
"
$(
top_
src
dir
)
/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
This diff is collapsed.
Click to expand it.
daemon/test/constants.h
+
0
−
2
View file @
7eb30189
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment