diff options
author | Hans Nilsson <[email protected]> | 2014-09-05 13:20:50 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-05 13:22:53 +0200 |
commit | 57d9990b1520278dae63a26a00d0210437479cfc (patch) | |
tree | 9ebc185c44aeb393b468403e7344bfc9869ed9a3 /lib/common_test | |
parent | 3d03b73c12c7b5fb7364989e9e2710cc938dfb3b (diff) | |
download | otp-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')
-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)) |