mirror of https://github.com/pyodide/pyodide.git
Don't include compiled tests
This commit is contained in:
parent
1bdede95c9
commit
a5c5101e11
4
Makefile
4
Makefile
|
@ -132,6 +132,10 @@ clean:
|
|||
|
||||
|
||||
build/test.data: $(CPYTHONLIB)
|
||||
( \
|
||||
cd $(CPYTHONLIB)/test; \
|
||||
find -type d -name __pycache__ -prune -exec rm -rf {} \; \
|
||||
)
|
||||
python2 $(FILEPACKAGER) build/test.data --preload $(CPYTHONLIB)/test@/lib/python3.6/test --js-output=build/test.js --export-name=pyodide --exclude \*.wasm.pre --exclude __pycache__
|
||||
uglifyjs build/test.js -o build/test.js
|
||||
|
||||
|
|
Loading…
Reference in New Issue