diff options
author | Lukas Larsson <[email protected]> | 2010-12-01 15:44:17 +0100 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2010-12-08 18:07:54 +0100 |
commit | 963d9f96452243a31cdcaa793a4bbe221a30a6f5 (patch) | |
tree | 52a7b44a706251aaa4967f93172555cf51c9acc7 /lib/common_test/src/Makefile | |
parent | 96f93c7e2a157442f60bb1b16ab0ce76d8b9dbca (diff) | |
download | otp-963d9f96452243a31cdcaa793a4bbe221a30a6f5.tar.gz otp-963d9f96452243a31cdcaa793a4bbe221a30a6f5.tar.bz2 otp-963d9f96452243a31cdcaa793a4bbe221a30a6f5.zip |
Add locking mechanism for scb state when using parallel groups
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 14a0a27051..abf7816a91 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -68,7 +68,8 @@ MODULES= \ ct_config_plain \ ct_config_xml \ ct_slave \ - ct_suite_callback + ct_suite_callback\ + ct_suite_callback_lock TARGET_MODULES= $(MODULES:%=$(EBIN)/%) |