From 4fc8c111adb32bd1611621e2250007dea2627abf Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Tue, 3 Sep 2013 23:26:24 +0000 Subject: [PATCH] Add forgotten CMakeLists.txt files git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30587 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/distributed_grids/CMakeLists.txt | 1 + tests/trilinos/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/distributed_grids/CMakeLists.txt create mode 100644 tests/trilinos/CMakeLists.txt diff --git a/tests/distributed_grids/CMakeLists.txt b/tests/distributed_grids/CMakeLists.txt new file mode 100644 index 0000000000..0efb828f2c --- /dev/null +++ b/tests/distributed_grids/CMakeLists.txt @@ -0,0 +1 @@ +DEAL_II_PICKUP_TESTS() diff --git a/tests/trilinos/CMakeLists.txt b/tests/trilinos/CMakeLists.txt new file mode 100644 index 0000000000..0efb828f2c --- /dev/null +++ b/tests/trilinos/CMakeLists.txt @@ -0,0 +1 @@ +DEAL_II_PICKUP_TESTS() -- 2.39.5