mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Added test-ecc as a binary program installed in tools makefile.
This commit is contained in:
parent
ee92fdcf4c
commit
49ec5eeb22
1 changed files with 9 additions and 5 deletions
|
|
@ -19,7 +19,7 @@ EXTRA_DIST=xml2lpc_jni.cc lpc2xml_jni.cc
|
|||
|
||||
if BUILD_TOOLS
|
||||
|
||||
bin_PROGRAMS=xml2lpc_test lpc2xml_test lp-gen-wrappers lp-autoanswer
|
||||
bin_PROGRAMS=xml2lpc_test lpc2xml_test lp-gen-wrappers lp-autoanswer lp-test-ecc
|
||||
|
||||
xml2lpc_test_SOURCES=\
|
||||
xml2lpc_test.c
|
||||
|
|
@ -48,19 +48,23 @@ lp_autoanswer_LDADD=\
|
|||
$(top_builddir)/coreapi/liblinphone.la \
|
||||
$(MEDIASTREAMER_LIBS)
|
||||
|
||||
lp_test_ecc_SOURCES=test_ecc.c
|
||||
lp_test_ecc_CFLAGS=$(COMMON_CFLAGS)
|
||||
lp_test_ecc_LDADD=$(top_builddir)/coreapi/liblinphone.la
|
||||
|
||||
endif
|
||||
|
||||
|
||||
|
||||
if ENABLE_TESTS
|
||||
|
||||
noinst_PROGRAMS=test_lsd test_ecc test_numbers
|
||||
noinst_PROGRAMS=test_lsd test_numbers
|
||||
|
||||
test_lsd_SOURCES=test_lsd.c
|
||||
test_lsd_CFLAGS=$(COMMON_CFLAGS)
|
||||
test_lsd_LDADD=$(top_builddir)/coreapi/liblinphone.la
|
||||
|
||||
test_ecc_SOURCES=test_ecc.c
|
||||
test_ecc_CFLAGS=$(COMMON_CFLAGS)
|
||||
test_ecc_LDADD=$(top_builddir)/coreapi/liblinphone.la
|
||||
|
||||
|
||||
test_numbers_SOURCES=test_numbers.c
|
||||
test_numbers_CFLAGS=$(COMMON_CFLAGS)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue