]> https://gitweb.dealii.org/ - dealii.git/commitdiff
extend example of user projects testsuite to contain header files
authorDenis Davydov <davydden@gmail.com>
Thu, 19 Oct 2017 13:19:27 +0000 (15:19 +0200)
committerDenis Davydov <davydden@gmail.com>
Thu, 19 Oct 2017 13:19:27 +0000 (15:19 +0200)
doc/users/testsuite.html

index 667f3b4d3ae582de83829c2bda5e7d1b5b5e527d..e0cd5714932a36fefc451e77f359e8878f922ece 100644 (file)
@@ -173,6 +173,8 @@ src/CMakeLists.txt
 src/step.cc
 src/support.cc
 
+include/support.h
+
 tests/step/CMakeLists
 tests/step/my_test_1.prm
 tests/step/my_test_1.output
@@ -200,6 +202,8 @@ DEAL_II_INITIALIZE_CACHED_VARIABLES()
 PROJECT(step)
 ENABLE_TESTING()
 
+INCLUDE_DIRECTORIES(${CMAKE_SOURCE_DIR}/include)
+
 ADD_SUBDIRECTORY(src)
 ADD_SUBDIRECTORY(tests/step)
 ADD_SUBDIRECTORY(tests/support)</pre>

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.