summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas B. Rumbaugh <dbr4@psu.edu>2024-02-09 14:54:18 -0500
committerGitHub <noreply@github.com>2024-02-09 14:54:18 -0500
commit4a834497d5f82c817d634925250158d85ca825c2 (patch)
treedebed2a18b3de65b29af001732dac97357942b40
parentb447bd234306715c5bf92b311156b25c3cae6f6b (diff)
downloaddynamic-extension-4a834497d5f82c817d634925250158d85ca825c2.tar.gz
Update README.md
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index ee2c76f..fedb32c 100644
--- a/README.md
+++ b/README.md
@@ -30,18 +30,18 @@ and then build the project using,
```
The unit test binaries will appear in `bin/tests/` and the benchmarks in
-`bin/benchmarks`.
+`bin/benchmarks/`.
## Available Benchmarks
-At present there are several benchmarks available in `benchmarks`. Not every
+At present there are several benchmarks available in `benchmarks/`. Not every
benchmark has been updated to build with the current version; these can be
-found in `benchmarks/old-bench`. Most of the benchmarks will display a help
+found in `benchmarks/old-bench/`. Most of the benchmarks will display a help
message, showing what arguments they expect, if you run them without any
arguments, or with the wrong number of arguments.
## Unit Tests
While test coverage is not perfect yet, there are some basic unit tests in
-`tests`. These tests are built using the [check
+`tests/`. These tests are built using the [check
unit](https://libcheck.github.io/check/) test framework.
## Documentation to Come