aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/Makefile
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2014-09-05 13:20:50 +0200
committerHans Nilsson <[email protected]>2014-09-05 13:22:53 +0200
commit57d9990b1520278dae63a26a00d0210437479cfc (patch)
tree9ebc185c44aeb393b468403e7344bfc9869ed9a3 /lib/common_test/src/Makefile
parent3d03b73c12c7b5fb7364989e9e2710cc938dfb3b (diff)
downloadotp-57d9990b1520278dae63a26a00d0210437479cfc.tar.gz
otp-57d9990b1520278dae63a26a00d0210437479cfc.tar.bz2
otp-57d9990b1520278dae63a26a00d0210437479cfc.zip
common_test: update Makefile for ct_property_test module.
Diffstat (limited to 'lib/common_test/src/Makefile')
-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))