From 10eb76d0cbe8728fb3afcde987c8f438a0b49a43 Mon Sep 17 00:00:00 2001 From: maier Date: Fri, 13 Sep 2013 15:26:10 +0000 Subject: [PATCH] Do not forget to add the CMakeLists.txt files git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30691 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/gla/CMakeLists.txt | 1 + tests/mpi/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/gla/CMakeLists.txt create mode 100644 tests/mpi/CMakeLists.txt diff --git a/tests/gla/CMakeLists.txt b/tests/gla/CMakeLists.txt new file mode 100644 index 0000000000..0efb828f2c --- /dev/null +++ b/tests/gla/CMakeLists.txt @@ -0,0 +1 @@ +DEAL_II_PICKUP_TESTS() diff --git a/tests/mpi/CMakeLists.txt b/tests/mpi/CMakeLists.txt new file mode 100644 index 0000000000..0efb828f2c --- /dev/null +++ b/tests/mpi/CMakeLists.txt @@ -0,0 +1 @@ +DEAL_II_PICKUP_TESTS() -- 2.39.5