exiv2/test/tests.sh
2020-04-19 08:05:01 +01:00

7 lines
103 B
Bash
Executable File

#!/usr/bin/env bash
( source ./functions.source ; cd "$bin/.." ; make tests )
# That's all Folks!
##