Example test session
This is how your testing session can look like.
Example
bash$ cd .../yast/source/blah/testsuite
bash$ vim Test1.ycp
bash$ make check
...
# of unexpected failures 1
...
bash$ cp tmp.out.Test1 tests/Test1.out
bash$ touch tests/Test1.err
bash$ make check
...
# of expected passes 1
...