From 539a579b119fb7b4b79c1c9e9ad5ecbbb073f44f Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sun, 24 Nov 2013 16:10:25 -0800 Subject: Add tests/prof2d_check --- Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 270ddf21..f117d67d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,8 @@ noinst_PROGRAMS = tests/list_check tests/integration_check \ tests/pr_p_gradient_check tests/symmetry_check \ tests/centering_check tests/transformation_check \ tests/cell_check tests/pr_l_gradient_check \ - tests/pr_pl_gradient_check tests/ring_check + tests/pr_pl_gradient_check tests/ring_check \ + tests/prof2d_check MERGE_CHECKS = tests/first_merge_check tests/second_merge_check \ tests/third_merge_check tests/fourth_merge_check @@ -25,7 +26,7 @@ PARTIAL_CHECKS = tests/partialator_merge_check_1 \ TESTS = tests/list_check $(MERGE_CHECKS) $(PARTIAL_CHECKS) \ tests/integration_check \ tests/symmetry_check tests/centering_check tests/transformation_check \ - tests/cell_check tests/ring_check + tests/cell_check tests/ring_check tests/prof2d_check EXTRA_DIST += $(MERGE_CHECKS) $(PARTIAL_CHECKS) @@ -88,6 +89,8 @@ tests_list_check_SOURCES = tests/list_check.c tests_integration_check_SOURCES = tests/integration_check.c +tests_prof2d_check_SOURCES = tests/prof2d_check.c + tests_symmetry_check_SOURCES = tests/symmetry_check.c tests_pr_p_gradient_check_SOURCES = tests/pr_p_gradient_check.c \ -- cgit v1.2.3