-
Notifications
You must be signed in to change notification settings - Fork 1
Testing with EUnit
walter-weinmann edited this page Apr 9, 2017
·
11 revisions
All the test cases are also documentation of the current support.
-
SET SOURCEFILES=<test>
and run withrebar3 eunit skip_deps=true
one specifictest.tst
file from thetest/
folder. -
SET LOG=0,1,2,3,4,5
and enable withrebar3 eunit skip_deps=true
different types of logging, one or more of the following logging levels can be enabled (default is 0):
level | type |
---|---|
0 | only errors |
1 | test cypher |
2 | parse tree of test cypher |
3 | fold cypher |
4 | parse tree of fold cypher |
5 | unused |