| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5d5c3fa commit 84d498c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1001,6 +1001,10 @@ | |||
| 1001 | 1001 | ['OS=="solaris"', { | |
| 1002 | 1002 | 'ldflags': [ '-I<(SHARED_INTERMEDIATE_DIR)' ] | |
| 1003 | 1003 | }], | |
| 1004 | + # Skip cctest while building shared lib node for Windows | ||
| 1005 | + [ 'OS=="win" and node_shared=="true"', { | ||
| 1006 | + 'type': 'none', | ||
| 1007 | + }], | ||
| 1004 | 1008 | ], | |
| 1005 | 1009 | } | |
| 1006 | 1010 | ], # end targets | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -529,6 +529,7 @@ if "%test_args%"=="" goto test-v8 | |||
| 529 | 529 | if "%config%"=="Debug" set test_args=--mode=debug %test_args% | |
| 530 | 530 | if "%config%"=="Release" set test_args=--mode=release %test_args% | |
| 531 | 531 | if defined no_cctest echo Skipping cctest because no-cctest was specified && goto run-test-py | |
| 532 | + if not exist %config%\cctest.exe goto run-test-py | ||
| 532 | 533 | echo running 'cctest %cctest_args%' | |
| 533 | 534 | "%config%\cctest" %cctest_args% | |
| 534 | 535 | :run-test-py | |
| Back | FazBrowse Home | New Git URL |
0 commit comments