Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Contributing/BuildInstructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ unit test files. You just need to run the build script again to create a
testable build. Use the `-t` command line option to indicate you want
the test files to be included. Again, specifying a target directory is optional!
```sh
$ mkdir TEST_TARGET_DIR
$ cd COMPONENT/scripts
$ mkdir TEST_TARGET_DIR
$ python build.py -t TEST_TARGET_DIR
```

Expand Down