diff options
author | Peter Andersson <[email protected]> | 2013-01-22 01:23:41 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-01-24 10:56:04 +0100 |
commit | f48550f96253588fcc643fcd5774a3c3ccb49b8b (patch) | |
tree | a1cd0d2d7713d9ed0914ec134deb320138975b9b /lib/common_test/test/Makefile | |
parent | 6e8de699f548762e2e6894d347e9dc285db11841 (diff) | |
download | otp-f48550f96253588fcc643fcd5774a3c3ccb49b8b.tar.gz otp-f48550f96253588fcc643fcd5774a3c3ccb49b8b.tar.bz2 otp-f48550f96253588fcc643fcd5774a3c3ccb49b8b.zip |
Add tests and correct errors
OTP-9881
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r-- | lib/common_test/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile index d469d03e04..760cc20410 100644 --- a/lib/common_test/test/Makefile +++ b/lib/common_test/test/Makefile @@ -40,6 +40,7 @@ MODULES= \ ct_repeat_1_SUITE \ ct_testspec_1_SUITE \ ct_testspec_2_SUITE \ + ct_testspec_3_SUITE \ ct_skip_SUITE \ ct_error_SUITE \ ct_test_server_if_1_SUITE \ |