From: Peter Verthez Date: Sat, 11 Jan 2003 18:40:13 +0000 (+0000) Subject: Changes to ease working with ddd. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=69a1332a0cf346534b6a9a771a1e38aa9f34c724;p=gedcom-parse.git Changes to ease working with ddd. --- diff --git a/t/src/test_bulk.sh b/t/src/test_bulk.sh index 1c2fee2..60156b6 100644 --- a/t/src/test_bulk.sh +++ b/t/src/test_bulk.sh @@ -10,6 +10,14 @@ done echo "======================================================">> $logfile echo "Performing test '$test_name'" >> $logfile + +if [ "$GEDCOM_NOOPTS" ] +then + echo "Following options would be passed: $options $test_args" + options= + test_args= +fi + $ltcmd $GEDCOM_TESTENV $builddir/src/$test_program $options $test_args result=$? rm gedcom.enc diff --git a/t/test_ddd b/t/test_ddd new file mode 100755 index 0000000..ec0f852 --- /dev/null +++ b/t/test_ddd @@ -0,0 +1,2 @@ +export GEDCOM_TESTENV='ddd' +export GEDCOM_NOOPTS=1 diff --git a/t/untest_ddd b/t/untest_ddd new file mode 100755 index 0000000..cb36a6f --- /dev/null +++ b/t/untest_ddd @@ -0,0 +1,2 @@ +unset GEDCOM_TESTENV +unset GEDCOM_NOOPTS