From 11908525cfd1f048296ef3718a367d7c34e7cdb4 Mon Sep 17 00:00:00 2001 From: Lukas Larsson Date: Tue, 13 Mar 2012 17:11:54 +0100 Subject: Add the surefire ct hook The hook should work with modern versions of Jenkins CI to gather test results. --- lib/common_test/src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/common_test/src/Makefile') diff --git a/lib/common_test/src/Makefile b/lib/common_test/src/Makefile index 125aa828fb..e9555de35a 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -69,7 +69,8 @@ MODULES= \ ct_slave \ ct_hooks\ ct_hooks_lock\ - cth_log_redirect + cth_log_redirect\ + cth_surefire TARGET_MODULES= $(MODULES:%=$(EBIN)/%) BEAM_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR)) -- cgit v1.2.3