X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=check%2FMakefile.am;h=924de84f90e800ded20fb8d296f24ce331fd975e;hp=e28ec02c101d59154b50a27a1cbdb0fa14057d9b;hb=68acc9698d0f6cdff0c2c6d1ea3b622916009f71;hpb=cf925ae6e0f282bb51b4a129672f456c9d697a7a diff --git a/check/Makefile.am b/check/Makefile.am index e28ec02c..924de84f 100644 --- a/check/Makefile.am +++ b/check/Makefile.am @@ -1,9 +1,10 @@ ## Process this file with automake to produce Makefile.in -noinst_PROGRAMS = check_ginac +TESTS = run_checks +check_PROGRAMS = check_ginac check_ginac_SOURCES = paranoia_check.cpp numeric_output.cpp numeric_consist.cpp \ powerlaws.cpp expand_subs.cpp inifcns_consist.cpp differentiation.cpp \ poly_gcd.cpp normalization.cpp lsolve_onedim.cpp matrix_checks.cpp \ series_expansion.cpp fcntimer.cpp main.cpp check.h check_ginac_LDADD = ../ginac/libginac.la -TESTS = run_checks CLEANFILES = result.out +EXTRA_DIST = result.ref run_checks