forked from greenheartgames/greenworks
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Mocha Test | ||
|
||
Greenworks uses [Mocha](http://visionmedia.github.io/mocha/) framework to test | ||
the steamworks APIs. | ||
|
||
Since Greenworks is interacting with Steamworks, you need to create a | ||
`steam_appid.txt` file with a valid Steam Game Application ID | ||
(your own AppID or Steamworks example AppID) in the | ||
`<greenworks_src_dir>/test` directory, in order to run the tests. | ||
|
||
```shell | ||
cd <greenworks_src_dir> | ||
|
||
./test/run-test | ||
``` | ||
|
||
See [how to find the application ID for a Steam Game](https://support.steampowered.com/kb_article.php?ref=3729-WFJZ-4175). |