diff options
author | Hans Nilsson <[email protected]> | 2014-09-05 13:23:27 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2014-09-05 13:23:27 +0200 |
commit | fbd740bcbd99899d2bd53742a9d9377ee738d98d (patch) | |
tree | 9ebc185c44aeb393b468403e7344bfc9869ed9a3 /lib | |
parent | 3d03b73c12c7b5fb7364989e9e2710cc938dfb3b (diff) | |
parent | 57d9990b1520278dae63a26a00d0210437479cfc (diff) | |
download | otp-fbd740bcbd99899d2bd53742a9d9377ee738d98d.tar.gz otp-fbd740bcbd99899d2bd53742a9d9377ee738d98d.tar.bz2 otp-fbd740bcbd99899d2bd53742a9d9377ee738d98d.zip |
Merge branch 'hans/common_test/Makefile_fix' into maint
* hans/common_test/Makefile_fix:
common_test: update Makefile for ct_property_test module.
Diffstat (limited to 'lib')
-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)) |