diff options
author | Lukas Larsson <[email protected]> | 2012-03-21 14:34:03 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2012-03-21 14:34:03 +0100 |
commit | 22d5fe18a285784fe724d5f1ce62578bd7ff4f1a (patch) | |
tree | 460546ceb972453d0ee0e22aa7712d096baf7271 /lib/common_test/src/Makefile | |
parent | afe7a29a54a7958ac90e44b3bee6c572792bb96b (diff) | |
parent | 11908525cfd1f048296ef3718a367d7c34e7cdb4 (diff) | |
download | otp-22d5fe18a285784fe724d5f1ce62578bd7ff4f1a.tar.gz otp-22d5fe18a285784fe724d5f1ce62578bd7ff4f1a.tar.bz2 otp-22d5fe18a285784fe724d5f1ce62578bd7ff4f1a.zip |
Merge branch 'lukas/common_test/add_surefire_hook/OTP-9995' into maint
* lukas/common_test/add_surefire_hook/OTP-9995:
Add the surefire ct hook
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)) |