Also test for tilde-object
This commit is contained in:
parent
3f45bcc553
commit
3eb4832aaf
1 changed files with 2 additions and 0 deletions
|
|
@ -21,5 +21,7 @@ include $(PDLIBBUILDER_DIR)/Makefile.pdlibbuilder
|
||||||
# simplistic tests whether all expected files have been produced/installed
|
# simplistic tests whether all expected files have been produced/installed
|
||||||
buildcheck: all
|
buildcheck: all
|
||||||
test -e subdir.$(extension)
|
test -e subdir.$(extension)
|
||||||
|
test -e subdir~.$(extension)
|
||||||
installcheck: install
|
installcheck: install
|
||||||
test -e $(installpath)/subdir.$(extension)
|
test -e $(installpath)/subdir.$(extension)
|
||||||
|
test -e $(installpath)/subdir~.$(extension)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue