"mal_" to "ma_".

This commit is contained in:
David Reid
2019-03-06 20:55:51 +10:00
parent f1bf58d0f8
commit e00fe077f4
31 changed files with 10376 additions and 10376 deletions
+3 -3
View File
@@ -2,7 +2,7 @@ Building
========
Build and run these test from this folder. Example:
clear && ./mal_build_tests_linux && ./bin/mal_test_0
clear && ./ma_build_tests_linux && ./bin/ma_test_0
These tests load resources from hard coded paths which point to the "res" folder. These
paths are based on the assumption that the current directory is where the build files
@@ -14,9 +14,9 @@ On Windows, you need to move into this directory and run emsdk_env.bat from a co
prompt using an absolute path like "C:\emsdk\emsdk_env.bat". Note that PowerShell doesn't
work for me for some reason. Then, run the relevant batch file:
mal_build_tests_emscripten.bat
ma_build_tests_emscripten.bat
The output will be placed in the bin folder. If you have output WASM it may not work when
running the web page locally. To test you can run with something like this:
emrun bin/mal_test_0_emscripten.html
emrun bin/ma_test_0_emscripten.html