File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 33## Setup and requirements
44
55You 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
77environment. This file is in the public domain so you can include /
88copy / rework it as you wish.
99
@@ -55,12 +55,12 @@ $ lobster_gtest . --out gtests.lobster
5555
5656The 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
You can’t perform that action at this time.
0 commit comments