5 lines
69 B
Bash
5 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
./test_document `find $srcdir/test/testdata -name *.xml`
|
||
|
|