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