diff options
author | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-01-14 18:19:04 -0500 |
---|---|---|
committer | Youness Alaoui <youness.alaoui@collabora.co.uk> | 2009-01-14 18:19:04 -0500 |
commit | af463a20409906a7a0f71523b3a3946ae003f891 (patch) | |
tree | b938cadf6e1a86be28528196c0541d311e391fbf /Makefile.am | |
parent | 508ac5b442a1681d5d5c8925a27e89aa3ded521f (diff) | |
download | libnice-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.am | 3 |
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 |