summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2006-06-04 15:13:47 +0000
committerMarcel Holtmann <marcel@holtmann.org>2006-06-04 15:13:47 +0000
commit11d3cfa9cb0e5c78f6788443e824a25922a12d30 (patch)
treeee77dcae67d7f42cff35a80baecaf177363177fa /test/Makefile.am
parent044d91ae4967861fbbd7b5f0b25860ee8c58f2ae (diff)
Add ST test utility
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 065ebdee..d582b639 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -4,7 +4,7 @@ sbin_PROGRAMS = hciemu
bin_PROGRAMS = l2test rctest
-noinst_PROGRAMS = scotest attest hstest bdaddr
+noinst_PROGRAMS = scotest attest hstest bdaddr sttest
hciemu_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
@@ -22,6 +22,8 @@ bdaddr_SOURCES = bdaddr.c
bdaddr_LDADD = @BLUEZ_LIBS@ $(top_builddir)/common/libhelper.a
+sttest_LDADD = @BLUEZ_LIBS@
+
noinst_MANS = bdaddr.8
AM_CFLAGS = @BLUEZ_CFLAGS@