Skip to content

Commit ffbf4d4

Browse files
committed
playing with test runner
1 parent 9212cef commit ffbf4d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test-runner.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/usr/bin/env bash
22

3-
mkdir -p blib/lib/auto/share/dist/OpenMP-Simple/ > /dev/null 2>&1
3+
rm -rf blib > /dev/null 2>&1
4+
mkdir -p blib/lib/auto/share/dist/OpenMP-Simple/
45
cp -f share/openmp-simple.h blib/lib/auto/share/dist/OpenMP-Simple/openmp-simple.h
56
cp -f share/ppport.h blib/lib/auto/share/dist/OpenMP-Simple/ppport.h
67
PERL_DL_NONLAZY=1 perl -Ilib -MExtUtils::Command::MM -MTest::Harness -e "undef *Test::Harness::Switches; test_harness(1, 'blib/lib', 'blib/arch')" t/*.t | grep '\.\.\.\.'

0 commit comments

Comments
 (0)