summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorYouness Alaoui <youness.alaoui@collabora.co.uk>2009-01-14 18:19:04 -0500
committerYouness Alaoui <youness.alaoui@collabora.co.uk>2009-01-14 18:19:04 -0500
commitaf463a20409906a7a0f71523b3a3946ae003f891 (patch)
treeb938cadf6e1a86be28528196c0541d311e391fbf /Makefile.am
parent508ac5b442a1681d5d5c8925a27e89aa3ded521f (diff)
downloadlibnice-af463a20409906a7a0f71523b3a3946ae003f891.tar.gz
Move tests from agent and socket, into its own tests directory.. fixes issue when doing make check before doing make all
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 c7f679d..e57540d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,8 @@ ALWAYS_SUBDIRS = \
random \
agent \
nice \
- docs
+ docs \
+ tests
SUBDIRS = $(ALWAYS_SUBDIRS)
if WITH_GSTREAMER