| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 658ab3d commit d857e9a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,9 +19,9 @@ ifdef QUICKCHECK | |||
| 19 | 19 | endif | |
| 20 | 20 | ||
| 21 | 21 | ifdef ENABLE_V8_TAP | |
| 22 | - TAP_V8 := --junitout v8-tap.xml | ||
| 23 | - TAP_V8_INTL := --junitout v8-intl-tap.xml | ||
| 24 | - TAP_V8_BENCHMARKS := --junitout v8-benchmarks-tap.xml | ||
| 22 | + TAP_V8 := --junitout $(PWD)/v8-tap.xml | ||
| 23 | + TAP_V8_INTL := --junitout $(PWD)/v8-intl-tap.xml | ||
| 24 | + TAP_V8_BENCHMARKS := --junitout $(PWD)/v8-benchmarks-tap.xml | ||
| 25 | 25 | endif | |
| 26 | 26 | ||
| 27 | 27 | V8_TEST_OPTIONS = $(V8_EXTRA_TEST_OPTIONS) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments