diff options
author | Lukas Larsson <[email protected]> | 2012-03-13 17:11:54 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-03-20 15:06:19 +0100 |
commit | 11908525cfd1f048296ef3718a367d7c34e7cdb4 (patch) | |
tree | 0fee18aba78742cd80a3588e9fd2fa7e13533e78 /lib/common_test/src/Makefile | |
parent | 027456f090fa4d298dd34655d6bb44d2531a135f (diff) | |
download | otp-11908525cfd1f048296ef3718a367d7c34e7cdb4.tar.gz otp-11908525cfd1f048296ef3718a367d7c34e7cdb4.tar.bz2 otp-11908525cfd1f048296ef3718a367d7c34e7cdb4.zip |
Add the surefire ct hook
The hook should work with modern versions of Jenkins CI
to gather test results.
Diffstat (limited to 'lib/common_test/src/Makefile')
-rw-r--r-- | lib/common_test/src/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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)) |