IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 6ee3c4c9 authored by Felix Riehn's avatar Felix Riehn Committed by ralfulrich
Browse files

testQGSJetII

parent 146d5411
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,6 @@
#include <string>
#include <cstdlib>
#include <experimental/filesystem>
#include <iostream>
using namespace corsika;
......@@ -49,10 +48,11 @@ TEST_CASE("CORSIKA_DATA", "[processes]") {
CHECK(data != 0);
CHECK(std::experimental::filesystem::is_directory(
std::experimental::filesystem::path(std::string(data) + "/QGSJetII")));
std::cout << "data: " << data << " isDir: "
<< std::experimental::filesystem::is_directory(std::string(data) +
"/QGSJetII")
<< std::endl;
CORSIKA_LOG_INFO(
"data: {}"
" isDir: {}"
"/QGSJetII",
data, std::experimental::filesystem::is_directory(std::string(data)));
}
}
......
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