Added 'How to add header commands to `compiletest`'

This commit is contained in:
Brad Gibson 2018-02-13 09:53:45 -08:00 committed by GitHub
parent 5723bce6f1
commit fc83b6fe19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
- [About this guide](./about-this-guide.md) - [About this guide](./about-this-guide.md)
- [How to build the compiler and run what you built](./how-to-build-and-run.md) - [How to build the compiler and run what you built](./how-to-build-and-run.md)
- [Using the compiler testing framework](./running-tests.md) - [Using the compiler testing framework](./running-tests.md)
- [How to add new header commands to `compiletest`](./compiletest.md)
- [Walkthrough: a typical contribution](./walkthrough.md) - [Walkthrough: a typical contribution](./walkthrough.md)
- [High-level overview of the compiler source](./high-level-overview.md) - [High-level overview of the compiler source](./high-level-overview.md)
- [Queries: demand-driven compilation](./query.md) - [Queries: demand-driven compilation](./query.md)