Add some tests (#18)

* Add tests

* Add some simple Alu instruction tests

* travis: Run tests

* CpuTest: Add TearDown
This commit is contained in:
Merry
2018-02-16 00:04:38 +00:00
committed by gdkchan
parent 1df2c5ce7f
commit 1bfe6a9c22
10 changed files with 164 additions and 2 deletions

View File

@@ -6,3 +6,4 @@ dotnet: 2.0.0
script:
- dotnet restore
- dotnet build
- cd Ryujinx.Tests && dotnet test