Makefile.am: added unit tests for the archive plugins
This commit is contained in:
10
test/test_archive_iso9660.sh
Executable file
10
test/test_archive_iso9660.sh
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
SRC_BASE=configure
|
||||
SRC="$(dirname $0)/../${SRC_BASE}"
|
||||
DST="$(pwd)/test/tmp/${SRC_BASE}.iso"
|
||||
|
||||
mkdir -p test/tmp
|
||||
rm -f "$DST"
|
||||
mkisofs -quiet -l -o "$DST" "$SRC"
|
||||
./test/run_input "$DST/${SRC_BASE}" |diff "$SRC" -
|
Reference in New Issue
Block a user