summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWilliam Jon McCann <mccann@jhu.edu>2007-12-09 17:17:51 +0000
committerWilliam Jon McCann <mccann@src.gnome.org>2007-12-09 17:17:51 +0000
commite8c81d5072a0fd15607dde18dedae5701f3c03b2 (patch)
tree293d8301c25ed8f5eaa266cbeec7a39a7c580c89 /Makefile.am
parent5337a296f0668e5f1e9e378a171d33029f838414 (diff)
downloadgdm-e8c81d5072a0fd15607dde18dedae5701f3c03b2.tar.gz
Add a unit testing framework. Based on a patch from Andrew Ziem
2007-12-09 William Jon McCann <mccann@jhu.edu> * Makefile.am: * common/gdm-address.c: (gdm_address_equal), (gdm_address_is_loopback): * common/gdm-common.c: (gdm_string_hex_encode), (gdm_string_hex_decode): * configure.ac: * tests/Makefile.am: * tests/m-common.c: (main): * tests/s-common-address.c: (setup), (teardown), (START_TEST), (suite_common_address): * tests/s-common-address.h: * tests/s-common-utils.c: (START_TEST), (suite_common_utils): * tests/s-common-utils.h: Add a unit testing framework. Based on a patch from Andrew Ziem <ahz001@gmail.com> svn path=/trunk/; revision=5545
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 42df0ae8..9290c8fe 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,6 +7,7 @@ SUBDIRS = \
gui \
utils \
po \
+ tests \
$(NULL)
# add these when help gets added back