aboutsummaryrefslogtreecommitdiffstats
path: root/test/plugin_proper.mk
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-12-06 18:25:09 +0100
committerLoïc Hoguin <[email protected]>2018-12-06 18:25:09 +0100
commit754bad09421c70034242f4370c633e177a869151 (patch)
tree5d8e4faed1d6f204cd65a537f8f7eb58bacd975e /test/plugin_proper.mk
parent44fe1e993f16c98ed41c01e4511c0367e14e9637 (diff)
downloaderlang.mk-754bad09421c70034242f4370c633e177a869151.tar.gz
erlang.mk-754bad09421c70034242f4370c633e177a869151.tar.bz2
erlang.mk-754bad09421c70034242f4370c633e177a869151.zip
Add cover support for PropEr and Triq
Diffstat (limited to 'test/plugin_proper.mk')
-rw-r--r--test/plugin_proper.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/plugin_proper.mk b/test/plugin_proper.mk
index 98a7c99..ca92d91 100644
--- a/test/plugin_proper.mk
+++ b/test/plugin_proper.mk
@@ -16,7 +16,7 @@ proper-test-dir: build clean
$i "Add PropEr to the list of dependencies"
$t perl -ni.bak -e 'print;if ($$.==1) {print "DEPS = proper\n"}' $(APP)/Makefile
- $i "Generate a module containing Proper properties"
+ $i "Generate a module containing PropEr properties"
$t printf "%s\n" \
"-module($(APP))." \
"-ifdef(TEST)." \