Go to the documentation of this file.
18 #ifndef __LIBTEST_DIRECTORYSCANNER_H
19 #define __LIBTEST_DIRECTORYSCANNER_H
65 int scan(
const char *path);
int scan(const char *path)
Scan filesystem path for tests.
static const Size MaximumExternalTests
Maximum number of external tests.
Index< ExternalTest, MaximumExternalTests > m_externalTests
External tests that are detected.
Represents external test program.
Scan directory for automated tests.
DirectoryScanner(int argc, char **argv)
Constructor.
unsigned int Size
Any sane size indicator cannot go negative.
int m_argc
Program argument count.
~DirectoryScanner()
Destructor.
char ** m_argv
Program argument values.