Don't include compiled tests

This commit is contained in:
Michael Droettboom 2018-08-09 16:51:47 -04:00
parent 1bdede95c9
commit a5c5101e11
1 changed files with 4 additions and 0 deletions

View File

@ -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