Update test target

Este commit está contenido en:
Carsten Sonne Larsen 2018-08-05 21:49:00 +02:00
padre 7a3cb4a2a1
commit be4b1e7fd6
Se han modificado 3 ficheros con 3 adiciones y 3 borrados

2
README
Ver fichero

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

Ver fichero

@ -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 vendido
Ver fichero

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