From 767cd03f957c24624953aaf708dc30921688b0c8 Mon Sep 17 00:00:00 2001 From: "Paul T. Bauman" Date: Wed, 24 Aug 2016 09:28:04 -0400 Subject: [PATCH] Add new tests to build system --- tests/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Makefile.am b/tests/Makefile.am index ba6a9cab195..1d96821d533 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -45,6 +45,9 @@ unit_tests_sources = \ parallel/parallel_test.C \ parallel/parallel_point_test.C \ quadrature/quadrature_test.C \ + solvers/time_solver_test_common.h \ + solvers/first_order_unsteady_solver_test.C \ + solvers/second_order_unsteady_solver_test.C \ systems/equation_systems_test.C \ systems/systems_test.C \ utils/vectormap_test.C