<span class="m-breadcrumb"><a href="example.html">The Example</a> »</span>
configure.h.cmake <span class="m-thin">source</span>
</h1>
-<pre class="m-code"><span class="cp">#cmakedefine SAY_HELLO</span></pre>
+<pre class="m-code"><span class="cp">#cmakedefine SAY_HELLO</span>
+<span class="cp">#cmakedefine SAY_BYE</span></pre>
<div class="m-note m-dim m-thin m-text-center"><a href="path-prefix_2CMakeLists_8txt-example.html" class="m-dox">« CMakeLists.txt</a> | <a href="example.html" class="m-dox">The Example</a> | <a href="path-prefix_2main_8cpp-example.html" class="m-dox">main.cpp »</a></div>
</div>
</div>
def __init__(self, *args, **kwargs):
super().__init__(__file__, '', *args, **kwargs)
+ def test_cpp(self):
+ self.run_dox2html5(index_pages=[], wildcard='*.xml')
+
+ self.assertEqual(*self.actual_expected_contents('path-prefix_2configure_8h_8cmake-example.html'))
+ self.assertEqual(*self.actual_expected_contents('path-prefix_2main_8cpp-example.html'))
+
@unittest.skipUnless(LooseVersion(doxygen_version()) > LooseVersion("1.8.13"),
"needs to have file extension exposed in the XML")
- def test(self):
+ def test_other(self):
self.run_dox2html5(index_pages=[], wildcard='*.xml')
self.assertEqual(*self.actual_expected_contents('path-prefix_2CMakeLists_8txt-example.html'))
- self.assertEqual(*self.actual_expected_contents('path-prefix_2configure_8h_8cmake-example.html'))
- self.assertEqual(*self.actual_expected_contents('path-prefix_2main_8cpp-example.html'))
self.assertEqual(*self.actual_expected_contents('a_8txt-example.html'))