7 lines
97 B
Bash
7 lines
97 B
Bash
![]() |
#!/bin/sh
|
||
|
set -e
|
||
|
cd ../tests
|
||
|
pwd
|
||
|
|
||
|
find . -name 'test*.txt' | xargs ${VALGRIND} ../src/testdriver
|