Import Upstream version 0.8.2
[platform/upstream/mpc.git] / tests / Makefile.am
1 ## Makefile.am -- Process this file with automake to produce Makefile.in
2 AM_CFLAGS=@WARNINGCFLAGS@
3 AM_CPPFLAGS = -I$(top_srcdir)/src
4 LDADD = libmpc-tests.la $(top_builddir)/src/libmpc.la
5 LOADLIBES=$(DEFS) -I$(top_srcdir)/src $(CPPFLAGS) $(CFLAGS) $(top_builddir)/src/.libs/libmpc.a $(LIBS)
6
7 check_PROGRAMS = tabs tacos tacosh tadd tadd_fr tadd_ui targ tasin tasinh     \
8 tatan tatanh tconj tcos tcosh tdiv tdiv_2exp tdiv_fr tdiv_ui texp tfr_div     \
9 tfr_sub timag tio_str tlog tmul tmul_2exp tmul_fr tmul_i tmul_si \
10 tmul_ui tneg tnorm tpow tpow_ld tpow_d tpow_fr tpow_si tpow_ui tpow_z tprec   \
11 tproj treal treimref tset tsin tsinh tsqr tsqrt tstrtoc tsub tsub_fr tsub_ui  \
12 ttan ttanh tui_div tui_ui_sub tget_version
13
14 check_LTLIBRARIES=libmpc-tests.la
15 libmpc_tests_la_SOURCES=mpc-tests.h random.c tgeneric.c read_data.c           \
16 comparisons.c memory.c
17
18 EXTRA_DIST = abs.dat acos.dat acosh.dat asin.dat asinh.dat atan.dat atanh.dat \
19 add.dat add_fr.dat arg.dat conj.dat cos.dat cosh.dat                          \
20 div.dat div_fr.dat exp.dat fr_div.dat fr_sub.dat inp_str.dat log.dat mul.dat  \
21 mul_fr.dat neg.dat norm.dat pow.dat pow_ui.dat proj.dat sin.dat sinh.dat sqr.dat         \
22 sqrt.dat strtoc.dat sub.dat sub_fr.dat tan.dat tanh.dat
23
24 TESTS = $(check_PROGRAMS)
25 CLEANFILES = mpc_test
26