You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#! /bin/sh
|
|
# Mini test-driver for path utility functions
|
|
if [ -z "$EXIV2_BINDIR" ] ; then
|
|
bin="$VALGRIND ../../src"
|
|
samples="$VALGRIND ../../samples"
|
|
else
|
|
bin="$VALGRIND $EXIV2_BINDIR"
|
|
samples="$VALGRIND $EXIV2_BINDIR"
|
|
fi
|
|
cd ./tmp
|
|
|
|
$bin/path-test ../data/path-test.txt
|