Commit a5c5101e authored by Michael Droettboom's avatar Michael Droettboom

Don't include compiled tests

parent 1bdede95
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment