Code

object: Be more specific about requirements for the 'destroy' callback.
[sysdb.git] / Makefile.am
index cfca249e2efcdffcfa47d7a30e5d9c60c82f5ab5..518e030aeaec8f516658b4c840d8d2a4d185da70 100644 (file)
@@ -4,6 +4,9 @@ SUBDIRS = src
 if BUILD_DOCUMENTATION
 SUBDIRS += doc
 endif
+if BUILD_TESTING
+SUBDIRS += t
+endif
 
 EXTRA_DIST = autogen.sh version-gen.sh
 
@@ -12,3 +15,5 @@ version: FORCE
        @echo Building $(PACKAGE_NAME) version $$( cd .. && ./version-gen.sh )
 .PHONY: FORCE
 
+test: check
+