Skip to content

Commit

Permalink
#48: disable stdfile backend until we update it
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Jun 8, 2023
1 parent a51d0d4 commit b7982c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@
"KR_ENABLE_TESTS": "ON",
"KR_ENABLE_EXAMPLES": "ON",
"KR_ALL_WARNINGS": "ON",
"KR_WARNINGS_AS_ERRORS": "ON"
"KR_WARNINGS_AS_ERRORS": "ON",
"KR_ENABLE_STDFILE": "OFF"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions tests/TestStdFileBackend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
*/
#include "TestCommon.hpp"

#include <resilience/stdfile/StdFileBackend.hpp>
#include <resilience/backend/stdfile/StdFileBackend.hpp>
#include <resilience/AutomaticCheckpoint.hpp>
#include <resilience/StdFileContext.hpp>
#include <resilience/filesystem/Filesystem.hpp>
#include <resilience/context/StdFileContext.hpp>
#include <resilience/backend/filesystem/Filesystem.hpp>

#include <string>

Expand Down

0 comments on commit b7982c4

Please sign in to comment.