Skip to content
Snippets Groups Projects
Commit f16f1ee2 authored by Oliver Kirsebom's avatar Oliver Kirsebom
Browse files

enabled all unit tests

parent 44c85184
No related branches found
No related tags found
No related merge requests found
......@@ -64,12 +64,12 @@ int main(int, const char *[])
// disable selected tests
std::unordered_set<std::string> disabled = {
// "VKEnergyDepositionTest",
"VKRecorderRootTest",
"VKBFieldTest",
"VKOpticalPhysicsTest",
"VKTransportationInBFieldTest",
"VKDetectorTest",
"VKPrimaryGeneratorTest"
// "VKRecorderRootTest",
// "VKBFieldTest",
// "VKOpticalPhysicsTest",
// "VKTransportationInBFieldTest",
// "VKDetectorTest",
// "VKPrimaryGeneratorTest"
};
TestReporterStdout reporter;
TestRunner runner(reporter);
......
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