Rename old fastcomp-based tools to a specific fastcomp- prefixed name (#400)

* Rename old fastcomp-based tools to a specific fastcomp- prefixed name to clearly distinguish legacy toolchain

* Update test.py
This commit is contained in:
juj
2019-12-12 09:15:26 +02:00
committed by GitHub
parent 322c7aa727
commit e10be710da
2 changed files with 81 additions and 81 deletions

View File

@@ -157,8 +157,8 @@ run_emsdk('activate tot-fastcomp')
check_call(fastcomp_emcc + ' hello_world.cpp')
print('test specific release (old)')
run_emsdk('install sdk-1.38.31-64bit')
run_emsdk('activate sdk-1.38.31-64bit')
run_emsdk('install sdk-fastcomp-1.38.31-64bit')
run_emsdk('activate sdk-fastcomp-1.38.31-64bit')
print('test specific release (new, short name)')
run_emsdk('install 1.38.33')