Skip to content

Commit 8633898

Browse files
committed
[docs] Update test documentation for INPUTS move
1 parent 8c7b16d commit 8633898

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/Development.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ Most indexer tests follow a pattern:
2020

2121
### Test Projects (Fixtures)
2222

23-
Index test projects should be put in the `Tests/INPUTS` directory, and use the [Tibs](Tibs.md) build system to define their sources and targets. An example test project might look like:
23+
Index test projects should be put in the `ISDBTestSupport/INPUTS` directory, and use the [Tibs](Tibs.md) build system to define their sources and targets. An example test project might look like:
2424

2525
```
26-
Tests/
26+
ISDBTestSupport/
2727
INPUTS/
2828
MyTestProj/
2929
a.swift

Documentation/Tibs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tibs ("Test Index Build System") is a simple and flexible build system designed
44

55
Tibs is implemented using [Ninja](https://ninja-build.org), which introduces a new dependency in IndexStoreDB when running tests.
66

7-
Tibs projects are described by a `project.json` file containing one or more targets. Typically, a test case will use a project fixture located in the `Tests/INPUTS` directory.
7+
Tibs projects are described by a `project.json` file containing one or more targets. Typically, a test case will use a project fixture located in the `INPUTS` directory.
88

99
## Project
1010

0 commit comments

Comments
 (0)