summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: ee27588fb1f776123329e83ec46a56b324ab0e4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
check_PROGRAMS=  tabs tadd tagm tcan_round tcmp tcmp_ui tdiv tdiv_ui tdump texp tget_str tlog tlog2 tmul tmul_2exp tmul_ui tout_str tpi tround tset_d tset_f tset_q tset_si tset_str tset_z tsqrt tsqrt_ui tui_div tui_sub tsin_cos tswap
 
LDADD= $(top_builddir)/libmpfr.a  @LDADD@
INCLUDES=@INCLUDES@ -I$(top_srcdir)

../libmpfr.a:
	cd $(top_srcdir); make libmpfr.a  

check: 	all
	for i in $(check_PROGRAMS); do echo Testing $$i ; ./$$i || echo "### $$i failed ###"; done