From 4a834497d5f82c817d634925250158d85ca825c2 Mon Sep 17 00:00:00 2001 From: "Douglas B. Rumbaugh" Date: Fri, 9 Feb 2024 14:54:18 -0500 Subject: Update README.md --- README.md | 8 ++++---- 1 file 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 -- cgit v1.2.3