Skip to content

Commit f2e40db

Browse files
authored
Fix links in lobster-gtest documentation (#518)
1 parent b7517df commit f2e40db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/manual-lobster_gtest.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Setup and requirements
44

55
You will need to make available the
6-
[lobster_gtest.h](../support/gtest/lobster_gtest.h) file to your build
6+
[lobster_gtest.h](../support/gtest/include/lobster_gtest.h) file to your build
77
environment. This file is in the public domain so you can include /
88
copy / rework it as you wish.
99

@@ -55,12 +55,12 @@ $ lobster_gtest . --out gtests.lobster
5555

5656
The LOBSTER testsuite contains a working example:
5757

58-
* Bazel [BUILD](../tests_integration/projects/basic/BUILD) file to set up
58+
* Bazel [BUILD](../tests_integration/projects/basic/BUILD.bazel) file to set up
5959
* Test [test.cpp](../tests_integration/projects/basic/test.cpp) containing tracing tags
6060
* Requrements [potato.trlc](../tests_integration/projects/basic/potato.trlc)
6161
containing tracing the requirements mentioned by the test
6262
* [Makefile](../tests_integration/projects/basic/Makefile) gluing everything
63-
together
63+
together. In the MakeFile search for target `gtests.lobster`
6464

6565
## Notes & Caveats
6666

0 commit comments

Comments
 (0)