Nektar++
Public Attributes | List of all members
Nektar::Command Struct Reference

#include <TestData.h>

Public Attributes

fs::path m_executable
 
std::string m_parameters
 
unsigned int m_processes
 
bool m_pythonTest
 

Detailed Description

Definition at line 57 of file TestData.h.

Member Data Documentation

◆ m_executable

fs::path Nektar::Command::m_executable

Definition at line 59 of file TestData.h.

Referenced by main(), and Nektar::TestData::ParseCommand().

◆ m_parameters

std::string Nektar::Command::m_parameters

Definition at line 60 of file TestData.h.

Referenced by main(), and Nektar::TestData::ParseCommand().

◆ m_processes

unsigned int Nektar::Command::m_processes

Definition at line 61 of file TestData.h.

Referenced by main(), and Nektar::TestData::ParseCommand().

◆ m_pythonTest

bool Nektar::Command::m_pythonTest

Definition at line 62 of file TestData.h.

Referenced by main(), and Nektar::TestData::ParseCommand().