Commit f91bffde authored by David Reid's avatar David Reid

Update readme for tests.

parent 3a7304e9
...@@ -2,7 +2,7 @@ Building ...@@ -2,7 +2,7 @@ Building
======== ========
Build and run these test from this folder. Example: Build and run these test from this folder. Example:
clear && ./mal_test_0_build && ./bin/mal_test_0 clear && ./mal_build_tests_linux && ./bin/mal_test_0
These tests load resources from hard coded paths which point to the "res" folder. These 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 paths are based on the assumption that the current directory is where the build files
...@@ -14,6 +14,6 @@ On Windows, you need to move into this directory and run emsdk_env.bat from a co ...@@ -14,6 +14,6 @@ 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 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: work for me for some reason. Then, run the relevant batch file:
mal_test_0_build_emscripten.bat mal_build_tests_emscripten.bat
The output will be placed in the bin folder. The output will be placed in the bin folder.
\ No newline at end of file
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