summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2010-08-20 14:44:54 +0200
committerMarcel Holtmann <marcel@holtmann.org>2010-08-20 14:44:54 +0200
commitdf5d691c39b0ff41d3d98a01db078f7157eb0250 (patch)
treeb5c0b57e97a9b7ea9f550c38441b5a7b65df79ed /Makefile.am
parent841d770988e0856f7070e1897e8d244e476a999e (diff)
downloadofono-df5d691c39b0ff41d3d98a01db078f7157eb0250.tar.bz2
Add support for simple glibc based backtrace
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3aa2aef0..3164f9be 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -310,8 +310,9 @@ doc_files = doc/overview.txt doc/ofono-paper.txt \
doc/supplementaryservices-api.txt \
doc/connman-api.txt
-test_scripts = test/activate-context \
+test_scripts = test/backtrace \
test/create-context \
+ test/activate-context \
test/deactivate-context \
test/dial-number \
test/disable-modem \