From 0b94114e4e2aad0fe029190525949c97b32c80ae Mon Sep 17 00:00:00 2001 From: Andres Notzli Date: Thu, 17 Nov 2016 18:24:47 -0800 Subject: Fix Makefiles in test With the recent changes to the regress tests, some of the Makefiles were not in sync anymore. This commit fixes that. --- test/system/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/system/Makefile.am') diff --git a/test/system/Makefile.am b/test/system/Makefile.am index 6d278409e..55a6c2b09 100644 --- a/test/system/Makefile.am +++ b/test/system/Makefile.am @@ -115,5 +115,5 @@ export VERBOSE = 1 test systemtests: check # no-ops here -.PHONY: units regress regress0 regress1 regress2 regress3 -units regress regress0 regress1 regress2 regress3: +.PHONY: units regress regress0 regress1 regress2 regress3 regress4 +units regress regress0 regress1 regress2 regress3 regress4: -- cgit v1.2.3