add some tests
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
c9897b9c55
commit
788e121a4b
2 changed files with 7 additions and 0 deletions
3
test/caller
Executable file
3
test/caller
Executable file
|
@ -0,0 +1,3 @@
|
|||
. ./reporter
|
||||
|
||||
reporter
|
4
test/reporter
Normal file
4
test/reporter
Normal file
|
@ -0,0 +1,4 @@
|
|||
reporter()
|
||||
{
|
||||
echo 0: $0
|
||||
}
|
Loading…
Reference in a new issue