Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
eb70e706
Commit
eb70e706
authored
Dec 05, 2013
by
jehan
Browse files
add make test target
parent
e67a8737
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
po/POTFILES.skip
po/POTFILES.skip
+1
-0
tester/Makefile.am
tester/Makefile.am
+10
-2
No files found.
po/POTFILES.skip
View file @
eb70e706
...
...
@@ -47,3 +47,4 @@ mediastreamer2/src/videofilters/winvideods.c
mediastreamer2/src/videofilters/winvideo2.c
mediastreamer2/src/videofilters/x11video.c
mediastreamer2/src/voip/ice.c
build/vsx/LibLinphoneTester-wp8/LibLinphoneTester-wp8/Resources/AppResources.Designer.cs
tester/Makefile.am
View file @
eb70e706
EXTRA_DIST
=
pauline_rc laure_rc marie_rc marie_no_sdp_rc
EXTRA_DIST
=
empty_rc laure_rc marie_early_rc marie_no_sdp_rc marie_rc multi_account_lrc pauline_alt_rc
\
pauline_rc pauline_wild_rc tester_hosts sounds images certificates
if
BUILD_CUNIT_TESTS
noinst_PROGRAMS
=
liblinphone_tester
TESTS
=
$(noinst_PROGRAMS)
liblinphone_tester_SOURCES
=
liblinphone_tester.c liblinphone_tester.h
\
setup_tester.c
\
...
...
@@ -29,4 +29,12 @@ AM_LDFLAGS=$(CUNIT_LIBS)
AM_CFLAGS
=
$(STRICT_OPTIONS)
-DIN_LINPHONE
$(ORTP_CFLAGS)
$(MEDIASTREAMER_CFLAGS)
$(CUNIT_CFLAGS)
test
:
liblinphone_tester
./liblinphone_tester
--config
$(abs_srcdir)
else
test
:
@
echo
"CUnit must be installed to be able to run the tests!"
endif
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment