diff options
| author | Douglas B. Rumbaugh <dbr4@psu.edu> | 2024-02-09 14:54:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-09 14:54:18 -0500 |
| commit | 4a834497d5f82c817d634925250158d85ca825c2 (patch) | |
| tree | debed2a18b3de65b29af001732dac97357942b40 /README.md | |
| parent | b447bd234306715c5bf92b311156b25c3cae6f6b (diff) | |
| download | dynamic-extension-4a834497d5f82c817d634925250158d85ca825c2.tar.gz | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |