Skip to content

Commit

Permalink
Test Project description
Browse files Browse the repository at this point in the history
  • Loading branch information
liiir1985 committed Oct 14, 2016
1 parent 733ed4e commit fffcfc2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,14 @@ Before you can inherit a type declared outside ILRuntime, you need to define a A
}
```

Running Test Project
-----------
Running the test project is quite simple.
* Compile the whole solution
* Run the ILRuntimeTest project
* Select the TestCases.dll
* The tests are run automatically and output the results in Console and Window

Apporach
========
The basic part of the runtime, like resolving PE header, gathering meta information of types, and disassembling of IL instructions, we will take the same solution as L#, to use the Mono.Cecil library.
Expand Down

0 comments on commit fffcfc2

Please sign in to comment.