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:
4
test.py
4
test.py
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user