GNUmakefile: run tests without stdin connected to a terminal

pull/201/head
Leah Neukirchen 3 years ago
parent 741972a416
commit ff7537f6a7

@ -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) \

Loading…
Cancel
Save