X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Makefile.am;h=518e030aeaec8f516658b4c840d8d2a4d185da70;hb=e2d1b74f38a19ef0a55c7f225dc72ebeaa88c157;hp=cfca249e2efcdffcfa47d7a30e5d9c60c82f5ab5;hpb=bf3b8e60b2fdc493c4e04b05ce67abf69ca9a4ff;p=sysdb.git diff --git a/Makefile.am b/Makefile.am index cfca249..518e030 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 +