diff options
author | Lukas Larsson <[email protected]> | 2010-09-20 15:46:12 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2010-12-08 18:07:46 +0100 |
commit | ec4c840624a9a44d4d7d6b1e51e1f33a291a704b (patch) | |
tree | 6119a9f5fbc6a98424c37a57d57ef686aaedbefe /lib/common_test/src/Makefile | |
parent | 9f4d45da9bfa3b1f5d3d345e48447ad89088afc9 (diff) | |
download | otp-ec4c840624a9a44d4d7d6b1e51e1f33a291a704b.tar.gz otp-ec4c840624a9a44d4d7d6b1e51e1f33a291a704b.tar.bz2 otp-ec4c840624a9a44d4d7d6b1e51e1f33a291a704b.zip |
Add support for suite_callback in spec, command_line and interactive. Start work on suite_callback functionality.
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 027667e6b0..14a0a27051 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -67,7 +67,8 @@ MODULES= \ ct_config \ ct_config_plain \ ct_config_xml \ - ct_slave + ct_slave \ + ct_suite_callback TARGET_MODULES= $(MODULES:%=$(EBIN)/%) |