Fix bug: TIVI-460 ofono-test:missing dependence to python-xml and dbus-python
[profile/ivi/ofono.git] / Makefile.am
index e012d3f..40a83dc 100644 (file)
@@ -534,7 +534,8 @@ doc_files = doc/overview.txt doc/ofono-paper.txt doc/release-faq.txt \
                        doc/sim-api.txt doc/stk-api.txt \
                        doc/audio-settings-api.txt doc/text-telephony-api.txt \
                        doc/calypso-modem.txt doc/message-api.txt \
-                       doc/location-reporting-api.txt
+                       doc/location-reporting-api.txt \
+                       doc/certification.txt
 
 
 test_scripts = test/backtrace \
@@ -582,8 +583,7 @@ test_scripts = test/backtrace \
                test/test-ss-control-cb \
                test/test-ss-control-cf \
                test/test-ss-control-cs \
-               test/test-voicecall \
-               test/test-ussd \
+               test/send-ussd \
                test/cancel-ussd \
                test/initiate-ussd \
                test/offline-modem \
@@ -622,7 +622,11 @@ test_scripts = test/backtrace \
                test/set-context-property \
                test/test-gnss \
                test/swap-calls \
-               test/release-and-answer
+               test/release-and-answer \
+               test/release-and-swap \
+               test/hold-and-answer \
+               test/hangup-multiparty \
+               test/hangup-call
 
 if TEST
 testdir = $(pkglibdir)/test
@@ -752,7 +756,8 @@ gatchat_test_qcdm_SOURCES = gatchat/test-qcdm.c $(gatchat_sources)
 gatchat_test_qcdm_LDADD = @GLIB_LIBS@
 
 
-DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles
+DISTCHECK_CONFIGURE_FLAGS = --disable-datafiles \
+                               --enable-dundee --enable-tools
 
 MAINTAINERCLEANFILES = Makefile.in \
        aclocal.m4 configure config.h.in config.sub config.guess \