Add clean_slate_for_tests to Makefile.tests

This commit is contained in:
Joshua Marantz
2016-10-04 11:20:07 -04:00
committed by Steve Hill
parent 58de613c85
commit f0ce01f740
+3
View File
@@ -107,6 +107,9 @@ APACHE_REMOTE_CONFIG_TEST = $(PAGESPEED_DIR)/system/remote_config_test.sh
INSTALL_DIR = $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
CLEAN_SLATE_FOR_TESTS = $(INSTALL_DIR)/clean_slate_for_tests.sh
clean_slate_for_tests :
$(CLEAN_SLATE_FOR_TESTS)
# Installs debug configuration and runs a smoke test against it.
# This will blow away your existing pagespeed.conf,
# and clear the cache. It will also run with statistics off at the end,