Skip to content
Snippets Groups Projects
Commit 5539cdd4 authored by Christoph Grüninger's avatar Christoph Grüninger
Browse files

[CMake] Remove set-up of already removed nullptr-test.

Probably an error caused during merging.
parent 297ff8c0
No related branches found
No related tags found
No related merge requests found
......@@ -73,15 +73,6 @@ dune_add_test(NAME mpihelpertest2
LINK_LIBRARIES dunecommon
)
dune_add_test(NAME nullptr-test
SOURCES nullptr-test.cc nullptr-test2.cc)
dune_add_test(NAME nullptr_test_fail
SOURCES nullptr-test.cc
COMPILE_DEFINITIONS FAIL
LINK_LIBRARIES dunecommon
EXPECT_COMPILE_FAIL)
dune_add_test(SOURCES parametertreelocaletest.cc
LINK_LIBRARIES dunecommon
SKIP_ON_77)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment