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:
Christophe de Dinechin 2018-09-19 18:11:46 +02:00
parent f6b87eda37
commit 4b5a42369d
1 changed files with 1 additions and 1 deletions

View File

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