18#ifndef __LIBTEST_DIRECTORYSCANNER_H
19#define __LIBTEST_DIRECTORYSCANNER_H
65 int scan(
const char *path);
Scan directory for automated tests.
static const Size MaximumExternalTests
Maximum number of external tests.
char ** m_argv
Program argument values.
int scan(const char *path)
Scan filesystem path for tests.
Index< ExternalTest, MaximumExternalTests > m_externalTests
External tests that are detected.
int m_argc
Program argument count.
~DirectoryScanner()
Destructor.
Represents external test program.
Index is a N-sized array of pointers to items of type T.
unsigned int Size
Any sane size indicator cannot go negative.