improve usage - geomyidae-tests - geomyidae tests
(HTM) git clone git://bitreich.org/geomyidae-tests/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/geomyidae-tests/
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Tags
(DIR) README
(DIR) LICENSE
---
(DIR) commit d0f89b3f0f67b07f4e13c35ed3f14cc94e945b0c
(DIR) parent 286c46753cae16b8748b56b66a50e2c98cd6b6f1
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 22 Jul 2023 19:47:58 +0200
improve usage
Diffstat:
M Makefile | 1 -
M README | 15 ++++++++-------
2 files changed, 8 insertions(+), 8 deletions(-)
---
(DIR) diff --git a/Makefile b/Makefile
@@ -12,4 +12,3 @@ help:
@printf "1.) Please modify the script to geomyidae in run.sh.\n"
@printf "2.) As root (sudo) run: ./run.sh\n"
@printf "3.) See the results in ./results\n"
-
(DIR) diff --git a/README b/README
@@ -1,10 +1,11 @@
-geomyidae testsuite initial prototype
+geomyidae tests
+---------------
-* run:
+Usage
+-----
+
+run:
make
- to build the static test.cgi.
-* optionally modify the path to the geomyidae directory in the script run.sh
-* as root run:
- ./run.sh
-* then the results are stored in the results/ directory.
+
+... and follow the instructions.