8 lines
146 B
Bash
Executable File
8 lines
146 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# Test driver for exiv2.exe --verbose --version
|
|
|
|
( source ./functions.source ; $bin/unit_tests$exe )
|
|
|
|
# That's all Folks!
|
|
##
|