X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fautomake.mk;h=3b9a5535037f4e1d379e20ac4b0d3284531a2b99;hb=759874be9bfdb6d648d5a01e0daaa7d3e321ae54;hp=661bfbb9a562024fedf804f069f8140cc45c566b;hpb=63c7521729b947ace9e192dff9330813ecfb5812;p=pspp diff --git a/tests/automake.mk b/tests/automake.mk index 661bfbb9a5..3b9a553503 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -31,6 +31,8 @@ check_PROGRAMS += \ tests/libpspp/tower-test \ tests/libpspp/u8-istream-test \ tests/libpspp/zip-test \ + tests/math/chart-get-ticks-format-test \ + tests/math/chart-get-scale-test \ tests/output/render-test \ tests/ui/syntax-gen-test @@ -209,6 +211,22 @@ tests_libpspp_zip_test_LDADD = \ 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/chart-get-ticks-format-test +tests_math_chart_get_ticks_format_test_SOURCES = tests/math/chart-get-ticks-format-test.c +tests_math_chart_get_ticks_format_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 +257,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* @@ -366,6 +385,7 @@ TESTSUITE_AT = \ tests/libpspp/tower.at \ tests/libpspp/u8-istream.at \ tests/libpspp/zip.at \ + tests/math/chart-geometry.at \ tests/math/moments.at \ tests/math/randist.at \ tests/output/ascii.at \