Update test target

This commit is contained in:
Carsten Sonne Larsen 2018-08-05 21:49:00 +02:00
rodič 7a3cb4a2a1
revize be4b1e7fd6
3 změnil soubory, kde provedl 3 přidání a 3 odebrání

2
README
Zobrazit soubor

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

Zobrazit soubor

@ -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 vendorováno
Zobrazit soubor

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