Skip npm step if node_modules already exists (#640)
See https://github.com/WebAssembly/waterfall/pull/670
This commit is contained in:
@@ -205,6 +205,10 @@ int main() {
|
||||
# TODO; test on latest as well
|
||||
check_call(upstream_emcc + ' hello_world.c')
|
||||
|
||||
def test_closure(self):
|
||||
# Specificlly test with `--closure` so we know that node_modules is working
|
||||
check_call(upstream_emcc + ' hello_world.c --closure=1')
|
||||
|
||||
def test_specific_old(self):
|
||||
print('test specific release (old, using sdk-* notation)')
|
||||
run_emsdk('install sdk-fastcomp-1.38.31-64bit')
|
||||
|
||||
Reference in New Issue
Block a user