5 lines
176 B
Bash
Executable file
5 lines
176 B
Bash
Executable file
#!/bin/sh
|
|
|
|
${CHECKER} ./test-freadptr2${EXEEXT} 0 < "$srcdir/test-freadptr2.sh" || exit 1
|
|
${CHECKER} ./test-freadptr2${EXEEXT} 5 < "$srcdir/test-freadptr2.sh" || exit 1
|
|
exit 0
|