We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9212cef commit ffbf4d4Copy full SHA for ffbf4d4
test-runner.sh
@@ -1,6 +1,7 @@
1
#!/usr/bin/env bash
2
3
-mkdir -p blib/lib/auto/share/dist/OpenMP-Simple/ > /dev/null 2>&1
+rm -rf blib > /dev/null 2>&1
4
+mkdir -p blib/lib/auto/share/dist/OpenMP-Simple/
5
cp -f share/openmp-simple.h blib/lib/auto/share/dist/OpenMP-Simple/openmp-simple.h
6
cp -f share/ppport.h blib/lib/auto/share/dist/OpenMP-Simple/ppport.h
7
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