Skip to content

Commit

Permalink
GNUmakefile: run tests without stdin connected to a terminal
Browse files Browse the repository at this point in the history
  • Loading branch information
leahneukirchen committed Jan 27, 2021
1 parent 741972a commit ff7537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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) \
Expand Down

0 comments on commit ff7537f

Please sign in to comment.