aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-09-05 13:24:51 +0200
committerHans Nilsson <[email protected]>2014-09-05 13:24:51 +0200
commit7455b362c5f85836b2d233be50db85dfe789022e (patch)
tree48d016837e5223ecc0d05642659a2c30debe7f4e /lib/common_test
parente6cdccdec878f8f21d0fa3c3ec1d08f25c514e84 (diff)
parentfbd740bcbd99899d2bd53742a9d9377ee738d98d (diff)
downloadotp-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/Makefile3
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))