From: Wolfgang Bangerth Date: Tue, 28 Nov 2017 18:07:18 +0000 (-0700) Subject: Create a directory for tensors. X-Git-Tag: v9.0.0-rc1~712^2~3 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71301e0b988eecbb0715bb69d08647c54e1fbfc1;p=dealii.git Create a directory for tensors. --- diff --git a/tests/tensors/CMakeLists.txt b/tests/tensors/CMakeLists.txt new file mode 100644 index 0000000000..d33eafa20b --- /dev/null +++ b/tests/tensors/CMakeLists.txt @@ -0,0 +1,4 @@ +CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12) +INCLUDE(../setup_testsubproject.cmake) +PROJECT(testsuite CXX) +DEAL_II_PICKUP_TESTS()