diff options
author | john haque <j.eh@mchsi.com> | 2012-02-16 15:44:26 -0600 |
---|---|---|
committer | john haque <j.eh@mchsi.com> | 2012-02-16 15:44:26 -0600 |
commit | 0221eb79f43f4ef5c8d74759679a501607936d19 (patch) | |
tree | 05bad5469dfeba414838280cb86332b8fa853be7 /test | |
parent | 06a6f16495e2a3d0cb664fc473107d3cdbe6f11e (diff) | |
download | egawk-0221eb79f43f4ef5c8d74759679a501607936d19.tar.gz egawk-0221eb79f43f4ef5c8d74759679a501607936d19.tar.bz2 egawk-0221eb79f43f4ef5c8d74759679a501607936d19.zip |
New interpreter routine for MPFR.
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 4 | ||||
-rw-r--r-- | test/Makefile.in | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 943dbd9f..2bbc5539 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -873,6 +873,10 @@ PGAWKPROG = ../pgawk$(EXEEXT) AWK = LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C} $(AWKPROG) PGAWK = LC_ALL=$${GAWKLOCALE:-C} LANG=$${GAWKLOCALE:-C} $(PGAWKPROG) +check-mpfr: AWK+=-M + +check-mpfr: check + # Message stuff is to make it a little easier to follow. # Make the pass-fail last and dependent on others to avoid # spurious errors if `make -j' in effect. diff --git a/test/Makefile.in b/test/Makefile.in index a389929a..f56ee6ca 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -1225,6 +1225,10 @@ uninstall-am: mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am +check-mpfr: AWK+=-M + +check-mpfr: check + # Message stuff is to make it a little easier to follow. # Make the pass-fail last and dependent on others to avoid # spurious errors if `make -j' in effect. |