You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Documentation/Development.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -20,10 +20,10 @@ Most indexer tests follow a pattern:
20
20
21
21
### Test Projects (Fixtures)
22
22
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:
Copy file name to clipboardExpand all lines: Documentation/Tibs.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Tibs ("Test Index Build System") is a simple and flexible build system designed
4
4
5
5
Tibs is implemented using [Ninja](https://ninja-build.org), which introduces a new dependency in IndexStoreDB when running tests.
6
6
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.
0 commit comments