[Base Tests] Add tests for all cases in memory.cc

This commit is contained in:
Sandy Carter
2018-03-09 02:34:50 -05:00
parent b6dc70ea5a
commit 1681ebfdcb
2 changed files with 404 additions and 2 deletions

View File

@@ -59,7 +59,7 @@ script:
# Run linter.
- if [[ $LINT == true ]]; then ./xenia-build lint --all; fi
# Build and run our simple hello world test.
# Build and run base tests
- if [[ $BUILD == true ]]; then ./xenia-build build --config=$CONFIG --target=xenia-base-tests; fi
- if [[ $BUILD == true ]]; then ./build/bin/Linux/$CONFIG/xenia-base-tests; fi
# Build and run ppc tests