Skip to content

Commit

Permalink
Also test for tilde-object
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Mar 10, 2020
1 parent 3f45bcc commit 3eb4832
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/subdir/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,7 @@ include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
# simplistic tests whether all expected files have been produced/installed
buildcheck: all
test -e subdir.$(extension)
test -e subdir~.$(extension)
installcheck: install
test -e $(installpath)/subdir.$(extension)
test -e $(installpath)/subdir~.$(extension)

0 comments on commit 3eb4832

Please sign in to comment.