summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fc60262)
raw | patch | inline | side by side (parent: fc60262)
author | Sebastian Harl <sh@tokkee.org> | |
Mon, 26 Aug 2013 06:54:01 +0000 (08:54 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Mon, 26 Aug 2013 06:54:01 +0000 (08:54 +0200) |
Makefile.am | patch | blob | history | |
t/Makefile.am | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 94f60f67f8e6d77ae92d6a953102ccaa29d9ac68..518e030aeaec8f516658b4c840d8d2a4d185da70 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
@echo Building $(PACKAGE_NAME) version $$( cd .. && ./version-gen.sh )
.PHONY: FORCE
+test: check
+
diff --git a/t/Makefile.am b/t/Makefile.am
index 7ea2cdd69444fef41f9a09ffe7497ae4edfb2ffd..0afba6434df881f926d5526a6ff9abff99a6489a 100644 (file)
--- a/t/Makefile.am
+++ b/t/Makefile.am
utils/llist_test.c
libsysdb_test_CFLAGS = @CHECK_CFLAGS@
libsysdb_test_LDADD = $(top_builddir)/src/libsysdb.la @CHECK_LIBS@
+
+test: check
+