summaryrefslogtreecommitdiff
path: root/lib/common_test/test/Makefile
diff options
context:
space:
mode:
authorHans Nilsson <hans@erlang.org>2019-12-16 16:41:28 +0100
committerHans Nilsson <hans@erlang.org>2020-01-07 13:03:56 +0100
commiteb52758f7fc76dd967f261d66c55c81c10a612de (patch)
tree0b93482a3bba0847e212e29912c3378254db0115 /lib/common_test/test/Makefile
parentfe7c44eb8a92bb30ba7ca5b1e23bfaaf4acff221 (diff)
downloaderlang-eb52758f7fc76dd967f261d66c55c81c10a612de.tar.gz
common_test: ct_property_test test case
Diffstat (limited to 'lib/common_test/test/Makefile')
-rw-r--r--lib/common_test/test/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/test/Makefile b/lib/common_test/test/Makefile
index e510b74d6a..fae7ce0eb5 100644
--- a/lib/common_test/test/Makefile
+++ b/lib/common_test/test/Makefile
@@ -76,7 +76,8 @@ MODULES= \
ct_unicode_SUITE \
ct_auto_clean_SUITE \
ct_util_SUITE \
- ct_tc_repeat_SUITE
+ ct_tc_repeat_SUITE \
+ ct_property_test_SUITE
ERL_FILES= $(MODULES:%=%.erl)
HRL_FILES= test_server_test_lib.hrl