mirror of
https://gitlab.com/rnger/amath
synced 2026-05-03 12:05:04 +00:00
Update test target
This commit is contained in:
2
README
2
README
@@ -26,4 +26,4 @@ Show version string:
|
|||||||
> amath version
|
> amath version
|
||||||
|
|
||||||
Run regression tests:
|
Run regression tests:
|
||||||
> amath test
|
> amath --test
|
||||||
|
|||||||
@@ -29,4 +29,4 @@ Install by copying the desired amath binary to C: or any other appropriate locat
|
|||||||
> amath version
|
> amath version
|
||||||
|
|
||||||
Run regression tests:
|
Run regression tests:
|
||||||
> amath test
|
> amath --test
|
||||||
|
|||||||
2
configure
vendored
2
configure
vendored
@@ -1219,7 +1219,7 @@ echo
|
|||||||
echo ".PHONY: test"
|
echo ".PHONY: test"
|
||||||
echo "test: amath"
|
echo "test: amath"
|
||||||
echo " LD_LIBRARY_PATH=src/clib/:src/lib:src/cplex:scr/real"
|
echo " LD_LIBRARY_PATH=src/clib/:src/lib:src/cplex:scr/real"
|
||||||
echo " ./amath test"
|
echo " ./amath --test"
|
||||||
echo
|
echo
|
||||||
echo ".PHONY: install"
|
echo ".PHONY: install"
|
||||||
echo "install:"
|
echo "install:"
|
||||||
|
|||||||
Reference in New Issue
Block a user