| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -603,7 +603,7 @@ test-all-suites: | clear-stalled test-build bench-addons-build doc-only ## Run a | |||
| 603 | 603 | $(PYTHON) tools/test.py $(PARALLEL_ARGS) --mode=$(BUILDTYPE_LOWER) test/* | |
| 604 | 604 | ||
| 605 | 605 | JS_SUITES ?= default | |
| 606 | - NATIVE_SUITES ?= addons js-native-api node-api embedding | ||
| 606 | + NATIVE_SUITES ?= addons ffi js-native-api node-api embedding | ||
| 607 | 607 | # CI_* variables should be kept synchronized with the ones in vcbuild.bat | |
| 608 | 608 | CI_NATIVE_SUITES ?= $(NATIVE_SUITES) benchmark | |
| 609 | 609 | CI_JS_SUITES ?= $(JS_SUITES) pummel | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1597,6 +1597,7 @@ def PrintCrashed(code): | |||
| 1597 | 1597 | 'benchmark', | |
| 1598 | 1598 | 'doctool', | |
| 1599 | 1599 | 'embedding', | |
| 1600 | + 'ffi', | ||
| 1600 | 1601 | 'internet', | |
| 1601 | 1602 | 'js-native-api', | |
| 1602 | 1603 | 'node-api', | |
| Back | FazBrowse Home | New Git URL |
0 commit comments