X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=4cb4283e9d69b9bc38e45c2d7c4def754e769f21;hb=a24846d816e431b579bd5dfc3a80e234da24199c;hp=b9df0539e14c6bf54daf07539fd0a6fda15082d0;hpb=80595f6de2ea8f0b64756d76c7ac3c89a1abbbb8;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index b9df0539e1..4cb4283e9d 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -31,6 +31,9 @@ check_PROGRAMS += \ tests/libpspp/tower-test \ tests/libpspp/u8-istream-test \ tests/libpspp/zip-test \ + tests/math/chart-geometry-test \ + tests/math/chart-get-scale-test \ + tests/math/decimal-test \ tests/output/render-test \ tests/ui/syntax-gen-test @@ -209,6 +212,32 @@ tests_libpspp_zip_test_LDADD = \ src/libpspp-core.la \ gl/libgl.la +check_PROGRAMS += tests/math/chart-geometry-test +tests_math_chart_geometry_test_SOURCES = tests/math/chart-geometry-test.c +tests_math_chart_geometry_test_LDADD = \ + src/math/libpspp-math.la \ + src/libpspp/liblibpspp.la \ + src/libpspp-core.la \ + gl/libgl.la + +check_PROGRAMS += tests/math/chart-get-scale-test +tests_math_chart_get_scale_test_SOURCES = tests/math/chart-get-scale-test.c +tests_math_chart_get_scale_test_LDADD = \ + src/math/libpspp-math.la \ + src/libpspp/liblibpspp.la \ + src/libpspp-core.la \ + gl/libgl.la + + +check_PROGRAMS += tests/math/decimal-test +tests_math_decimal_test_SOURCES = tests/math/decimal-test.c +tests_math_decimal_test_LDADD = \ + src/math/libpspp-math.la \ + src/libpspp/liblibpspp.la \ + src/libpspp-core.la \ + gl/libgl.la + + check_PROGRAMS += tests/output/render-test tests_output_render_test_SOURCES = tests/output/render-test.c tests_output_render_test_LDADD = \ @@ -239,7 +268,8 @@ EXTRA_DIST += \ tests/data/v14.sav \ tests/language/data-io/Book1.gnm.unzipped \ tests/language/data-io/test.ods \ - tests/language/data-io/newone.ods + tests/language/data-io/newone.ods \ + tests/language/stats/llz.zsav CLEANFILES += *.save pspp.* foo* @@ -260,6 +290,7 @@ TESTSUITE_AT = \ tests/data/datasheet-test.at \ tests/data/dictionary.at \ tests/data/format-guesser.at \ + tests/data/pc+-file-reader.at \ tests/data/por-file.at \ tests/data/sys-file-reader.at \ tests/data/sys-file.at \ @@ -365,6 +396,8 @@ TESTSUITE_AT = \ tests/libpspp/tower.at \ tests/libpspp/u8-istream.at \ tests/libpspp/zip.at \ + tests/math/chart-geometry.at \ + tests/math/decimal.at \ tests/math/moments.at \ tests/math/randist.at \ tests/output/ascii.at \