From be4b1e7fd6be6ed8eb615c850e1f3a57cfa3d011 Mon Sep 17 00:00:00 2001 From: Carsten Larsen Date: Sun, 5 Aug 2018 21:49:00 +0200 Subject: [PATCH] Update test target --- README | 2 +- README.md | 2 +- configure | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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:"