Skip to content

Commit 2450272

Browse files
authored
Update README.md
1 parent 59abb9a commit 2450272

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,11 +156,11 @@ To build, use any IDE applicable to the generator, or build straight from CMake:
156156
cmake --build .
157157
```
158158

159-
Run the RTLTestRunApp or RTLBenchmarkApp binaries generated in the ../bin directory. (Tested with MSVC 19, GCC 14, and Clang 19)
160-
* See CxxTestRegistration/src/MyReflectionTests/ for introductory examples of type registration and reflective programming.
161-
* See RTLTestRunApp/src for detailed test cases.
162-
* See RTLBenchmarkApp/src for benchmarking implementations.
163-
* Run run_benchmarks.sh to perform automated benchmarking, from micro-level tests to scaled workloads.
159+
Run the `RTLTestRunApp` or `RTLBenchmarkApp` binaries generated in the `bin/` directory. (Tested with MSVC 19, GCC 14, and Clang 19)
160+
* See `CxxTestRegistration/src/MyReflectionTests/` for introductory examples of type registration and reflective programming.
161+
* See `RTLTestRunApp/src` for detailed test cases.
162+
* See `RTLBenchmarkApp/src` for benchmarking implementations.
163+
* Run `run_benchmarks.sh` to perform automated benchmarking, from micro-level tests to scaled workloads.
164164

165165
## Contributions
166166

0 commit comments

Comments
 (0)