Skip to content
Snippets Groups Projects
Commit 011ec265 authored by Markus Blatt's avatar Markus Blatt
Browse files

Moved install directive for iteratortest.hh to parent directory as the

test directory is excluded from all and apparently not considered
during make install

[[Imported from SVN: r6674]]
parent a1a000f4
Branches
Tags
No related merge requests found
......@@ -89,3 +89,7 @@ install(FILES
unused.hh
version.hh
DESTINATION include/dune/common)
# Install some test headers, because they get used by tests in other modules
# We do this here as test will not be considered for make install
install(FILES test/iteratortest.hh DESTINATION include/dune/common/test)
# Install some test headers, because they get used by tests in other modules
install(FILES iteratortest.hh DESTINATION include/dune/common/test)
# tests that should build and run successfully
set(TESTS
arraylisttest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment