Update test target

This commit is contained in:
Carsten Sonne Larsen 2018-08-05 21:49:00 +02:00
rodzic 7a3cb4a2a1
commit be4b1e7fd6
3 zmienionych plików z 3 dodań i 3 usunięć

2
README
Wyświetl plik

@ -26,4 +26,4 @@ Show version string:
> amath version
Run regression tests:
> amath test
> amath --test

Wyświetl plik

@ -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

2
configure vendored
Wyświetl plik

@ -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:"