Gromacs  2020.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Variables
testfilemanager.cpp File Reference
#include "gmxpre.h"
#include "testfilemanager.h"
#include <cstdio>
#include <algorithm>
#include <set>
#include <string>
#include <gtest/gtest.h>
#include "gromacs/options/basicoptions.h"
#include "gromacs/options/ioptionscontainer.h"
#include "gromacs/utility/gmxassert.h"
#include "gromacs/utility/path.h"
#include "testutils/testoptions.h"
+ Include dependency graph for testfilemanager.cpp:

Description

Implements gmx::test::TestFileManager.

Author
Teemu Murtola teemu.nosp@m..mur.nosp@m.tola@.nosp@m.gmai.nosp@m.l.com

Classes

class  gmx::test::TestFileManager::Impl
 Private implementation class for TestFileManager. More...
 

Variables

static bool gmx::test::g_bDeleteFilesAfterTest = true
 Controls whether TestFileManager should delete temporary files after the test finishes. More...