diff options
author | Hans Nilsson <[email protected]> | 2014-09-05 13:24:51 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-05 13:24:51 +0200 |
commit | 7455b362c5f85836b2d233be50db85dfe789022e (patch) | |
tree | 48d016837e5223ecc0d05642659a2c30debe7f4e /lib/common_test | |
parent | e6cdccdec878f8f21d0fa3c3ec1d08f25c514e84 (diff) | |
parent | fbd740bcbd99899d2bd53742a9d9377ee738d98d (diff) | |
download | otp-7455b362c5f85836b2d233be50db85dfe789022e.tar.gz otp-7455b362c5f85836b2d233be50db85dfe789022e.tar.bz2 otp-7455b362c5f85836b2d233be50db85dfe789022e.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/common_test')
-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 4600c0ad78..8d74546880 100644 --- a/lib/common_test/src/Makefile +++ b/lib/common_test/src/Makefile @@ -74,7 +74,8 @@ MODULES= \ ct_netconfc \ ct_conn_log_h \ cth_conn_log \ - ct_groups + ct_groups \ + ct_property_test TARGET_MODULES= $(MODULES:%=$(EBIN)/%) BEAM_FILES= $(MODULES:%=$(EBIN)/%.$(EMULATOR)) |