diff --git a/README b/README index 5168d794..91a9ae58 100644 --- a/README +++ b/README @@ -26,4 +26,4 @@ Show version string: > amath version Run regression tests: -> amath test +> amath --test diff --git a/README.md b/README.md index 44190c64..0f6abee4 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,4 @@ Install by copying the desired amath binary to C: or any other appropriate locat > amath version Run regression tests: - > amath test + > amath --test diff --git a/configure b/configure index 87647d1a..71370de8 100755 --- a/configure +++ b/configure @@ -1219,7 +1219,7 @@ echo echo ".PHONY: test" echo "test: amath" echo " LD_LIBRARY_PATH=src/clib/:src/lib:src/cplex:scr/real" -echo " ./amath test" +echo " ./amath --test" echo echo ".PHONY: install" echo "install:"