Skip to content
Snippets Groups Projects
Commit 4225b679 authored by Erwan Jahier's avatar Erwan Jahier
Browse files

make sure the non-ref test are always executed in the same order

by piping the output od find by sort in the test/Makefile.
parent 50c71fe6
No related branches found
No related tags found
No related merge requests found
...@@ -3,9 +3,9 @@ LC=../lus2lic -vl 3 ...@@ -3,9 +3,9 @@ LC=../lus2lic -vl 3
NL="----------------------------------------------------------------------\\n" NL="----------------------------------------------------------------------\\n"
OK_LUS=$(shell find should_work -name "*.lus" -print) OK_LUS=$(shell find should_work -name "*.lus" -print | sort -n)
KO_LUS=$(shell find should_fail -name "*.lus" -print) KO_LUS=$(shell find should_fail -name "*.lus" -print | sort -n)
test: test:
echo "Non-regression tests" > test_ok.res echo "Non-regression tests" > test_ok.res
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment