Add installcheck target for compatibility with automake-generated makefiles
This target at the moment does the same thing as check. There is no real provision at the moment for checking the installation.
This commit is contained in:
parent
f6b87eda37
commit
4b5a42369d
2
rules.mk
2
rules.mk
|
@ -176,7 +176,7 @@ debug opt release profile: $(LOGS).mkdir $(dir $(LAST_LOG)).mkdir
|
|||
$(PRINT_COMMAND) $(TIME) $(MAKE) TARGET=$@ RECURSE=.build LOG_COMMANDS= .build $(LOG_COMMANDS)
|
||||
|
||||
# Testing
|
||||
test tests check: test-$(TARGET)
|
||||
test tests check installcheck: test-$(TARGET)
|
||||
|
||||
# Clean builds
|
||||
rebuild: re-$(TARGET)
|
||||
|
|
Loading…
Reference in New Issue