Replace some [BR] in help texts with rst literals
[alexxy/gromacs.git] / src / gromacs / onlinehelp / tests / CMakeLists.txt
index 1e47c92f7b594acfba944f0fb27d7800927d42a8..0d7a3842f8700d6929a57b6e0589991395ec1e0b 100644 (file)
@@ -1,7 +1,7 @@
 #
 # This file is part of the GROMACS molecular simulation package.
 #
-# Copyright (c) 2012,2014, by the GROMACS development team, led by
+# Copyright (c) 2012,2014,2015, by the GROMACS development team, led by
 # Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
 # and including many others, as listed in the AUTHORS file in the
 # top-level source directory and at http://www.gromacs.org.
@@ -45,4 +45,5 @@ endif()
 gmx_add_unit_test(OnlineHelpUnitTests onlinehelp-test
                   helpformat.cpp
                   helpmanager.cpp
+                  helpwritercontext.cpp
                   $<TARGET_OBJECTS:onlinehelp-test-shared>)