]> wagnertech.de Git - mfinanz.git/blob - t/test.sh
AttrDuration: in SL::DB::Object->assign_attributes() auch attr_man_days_string()...
[mfinanz.git] / t / test.sh
1 #!/bin/bash
2
3 {
4   if [[ -z $1 ]]; then
5     find t -type f -name '*.t'
6   else
7     echo -- "$@"
8   fi
9 } | HARNESS_OPTIONS=j:c xargs perl -X -Imodules/override -MTest::Harness -e 'BEGIN { push @INC, "modules/fallback" } runtests(@ARGV)'