21 lines
434 B
Markdown
21 lines
434 B
Markdown
ChaosUserDataPTTests
|
|
--------------------
|
|
|
|
This is a collection of tests for the ChaosUserDataPT plugin
|
|
|
|
# Running the Tests
|
|
|
|
## From VS
|
|
|
|
- Set `ChaosUserDataPTTests` as the startup project and set
|
|
Solution Configuration to a `Development` (or any config that
|
|
starts with `Development`, ie `Development Editor` etc).
|
|
|
|
- Compile and debug.
|
|
|
|
## From UShell
|
|
|
|
```ps1
|
|
.build target ChaosUserDataPTTests
|
|
.run target ChaosUserDataPTTests
|
|
``` |