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

[buildsystem] Added routines to build bcrsassigntest.

parent 8349b4fb
No related branches found
No related tags found
No related merge requests found
set(NORMALTEST
basearraytest
bcrsassigntest
bvectortest
bcrsbuildtest
bcrsimplicitbuildtest
......@@ -51,6 +52,7 @@ include(DuneMPI)
# Provide source files
add_executable(basearraytest "basearraytest.cc")
add_executable(bcrsassigntest "bcrsassigntest.cc")
add_executable(dotproducttest "dotproducttest.cc")
add_executable(complexmatrixtest "complexmatrixtest.cc")
add_executable(matrixutilstest "matrixutilstest.cc")
......
......@@ -22,6 +22,7 @@ endif
# which tests where program to build and run are equal
NORMALTESTS = basearraytest \
bcrsassigntest \
bcrsbuildtest \
bcrsimplicitbuildtest \
bvectortest \
......@@ -100,6 +101,8 @@ endif
basearraytest_SOURCES = basearraytest.cc
bcrsassingtest_SOURCES = bcrsassigntest.cc
bcrsbuildtest_SOURCES = bcrsbuild.cc
bcrsimplicitbuildtest_SOURCES = bcrsimplicitbuild.cc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment