diff options
author | Leah Neukirchen <leah@vuxu.org> | 2021-01-27 18:11:13 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2021-01-27 18:11:13 +0100 |
commit | ff7537f6a71fbf8a4cac27b7b6fc790f294b20e4 (patch) | |
tree | 7c56e82e52a377f14fdc4cf41d0dcaed151945b6 /GNUmakefile | |
parent | 741972a4166d08e1055848827fbc871d91e55b1f (diff) | |
download | mblaze-ff7537f6a71fbf8a4cac27b7b6fc790f294b20e4.tar.gz mblaze-ff7537f6a71fbf8a4cac27b7b6fc790f294b20e4.tar.xz mblaze-ff7537f6a71fbf8a4cac27b7b6fc790f294b20e4.zip |
GNUmakefile: run tests without stdin connected to a terminal
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 8ff9021..07a0b1a 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -50,7 +50,7 @@ clean: FRC -rm -f $(ALL) *.o museragent check: FRC all - PATH=$$(pwd):$$PATH prove -v + PATH=$$(pwd):$$PATH prove -v </dev/null install: FRC all mkdir -p $(DESTDIR)$(BINDIR) \ |