Update test target

Cette révision appartient à :
Carsten Sonne Larsen 2018-08-05 21:49:00 +02:00
Parent 7a3cb4a2a1
révision be4b1e7fd6
3 fichiers modifiés avec 3 ajouts et 3 suppressions

2
README
Voir le fichier

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

Voir le fichier

@ -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 externe
Voir le fichier

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