]> git.pond.sub.org Git - empserver/blobdiff - Make.mk
swapsector: Notify affected sector owners
[empserver] / Make.mk
diff --git a/Make.mk b/Make.mk
index 87968b6bace2be7818f718317c168638731a4f1b..3ae4ed69b5f3400e04d58f0c84c882f02e5c8b62 100644 (file)
--- a/Make.mk
+++ b/Make.mk
@@ -178,9 +178,6 @@ endif
 $(client): LDLIBS := $(LIBS_client)
 $(server): LDLIBS := $(LIBS_server)
 
-# Self-tests
-checks := check-smoke
-
 
 ### Advertized goals
 
@@ -248,11 +245,9 @@ uninstall:
 .PHONY: dist
 dist: dist-source dist-client dist-info
 
-.PHONY: check $(checks)
-check: $(checks)
-$(checks): all
-check-smoke:
-       @echo "Warning: smoke test is immature and needs work." >&2
+.PHONY: check
+check: all
+       @echo "Warning: test suite is immature and needs work." >&2
        $(srcdir)/tests/files-test $(srcdir)
        $(srcdir)/tests/fairland-test $(srcdir)
 ifeq ($(empthread),LWP)
@@ -260,6 +255,7 @@ ifeq ($(empthread),LWP)
 else
        @echo "$(srcdir)/tests/smoke-test SKIPPED"
 endif
+       @echo "$(srcdir)/tests/actofgod-test SKIPPED"
 
 
 ### Implicit rules
@@ -293,7 +289,7 @@ info.nr/%: info/%.t
 # Pipes in make are a pain.  The "test -s" catches obvious errors.
 
 info.html/%.html: info/%.t
-       perl $(srcdir)/info/emp2html.pl $< >$@
+       $(call quiet-command,perl $(srcdir)/info/emp2html.pl $(info) <$< >$@,GEN $@)
 
 
 ### Explicit rules