mirror of
https://github.com/valitydev/yamerl.git
synced 2024-11-06 10:55:16 +00:00
Remove extension from script filenames in testsuite/
This commit is contained in:
parent
cb3de9a16c
commit
7d38065b3c
@ -1,7 +1,7 @@
|
||||
ETEST = etest
|
||||
TPL_PL = template.pl
|
||||
TPL_PL = gen-test-erlang-module
|
||||
TPL_ERL = template.erl
|
||||
COVER_TO_HTML = cover_to_html.sh
|
||||
COVER_TO_HTML = cover_to_html
|
||||
|
||||
TPL_FILES = parsing.erl construction.erl examples.erl
|
||||
|
||||
@ -17,7 +17,7 @@ TESTS = dialyzer $(ERL_TESTS) benchmark
|
||||
TESTS_ENVIRONMENT = ERL_LIBS=$(ERL_LIBS)
|
||||
|
||||
EXTRA_DIST = $(TPL_PL) $(TPL_ERL) $(COVER_TO_HTML) \
|
||||
test_coverage.escript data
|
||||
test_coverage data
|
||||
|
||||
CLEANFILES = $(ERL_TESTS) $(TPL_FILES) erl_crash.dump \
|
||||
cover_*.html cover_*.out cover_*.percent \
|
||||
|
@ -32,7 +32,7 @@ if [ -z "$1" ]; then
|
||||
fi
|
||||
|
||||
scriptdir=`dirname $0`
|
||||
test_coverage=$scriptdir/test_coverage.escript
|
||||
test_coverage=$scriptdir/test_coverage
|
||||
|
||||
color_0="ff2200"
|
||||
color_5="ff3800"
|
Loading…
Reference in New Issue
Block a user