From: Ben Pfaff Date: Wed, 30 Dec 2020 18:15:46 +0000 (-0800) Subject: work X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=981baf8e4f7cc8d4d55d527317cb48b363eb1eec;p=pspp work --- diff --git a/tests/automake.mk b/tests/automake.mk index e15a8da663..c90565c124 100644 --- a/tests/automake.mk +++ b/tests/automake.mk @@ -236,7 +236,15 @@ tests_math_chart_get_ticks_format_test_LDADD = \ src/libpspp-core.la \ gl/libgl.la +check_PROGRAMS += tests/output/pivot-table-test +tests_output_pivot_table_test_SOURCES = tests/output/pivot-table-test.c +tests_output_pivot_table_test_LDADD = \ + src/libpspp/liblibpspp.la \ + src/libpspp-core.la \ + gl/libgl.la + EXTRA_DIST += tests/output/render-test.c + check_PROGRAMS += tests/ui/syntax-gen-test tests_ui_syntax_gen_test_SOURCES = tests/ui/syntax-gen-test.c tests_ui_syntax_gen_test_LDADD = \