diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-11 15:32:19 -0400 |
---|---|---|
committer | Simo Sorce <ssorce@redhat.com> | 2009-09-11 16:22:58 -0400 |
commit | 1df8e4158e752f1f010394d09e8a5e4f8201fd7e (patch) | |
tree | 94f30b280b81acce819ee22a13ced4c1a8dd45c9 /common/collection | |
parent | 81fdd5adc085c2cc3ff3b4a8ca309b91db30c5fe (diff) | |
download | sssd-1df8e4158e752f1f010394d09e8a5e4f8201fd7e.tar.gz sssd-1df8e4158e752f1f010394d09e8a5e4f8201fd7e.tar.bz2 sssd-1df8e4158e752f1f010394d09e8a5e4f8201fd7e.zip |
Add 'make tests' target
Diffstat (limited to 'common/collection')
-rw-r--r-- | common/collection/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index 292a9a80..6102f65d 100644 --- a/common/collection/Makefile.am +++ b/common/collection/Makefile.am @@ -43,3 +43,5 @@ collection_queue_ut_SOURCES = collection_queue_ut.c collection_queue_ut_LDADD = libcollection.la TESTS = collection_ut collection_stack_ut collection_queue_ut + +tests: all $(check_PROGRAMS) |