dapper
 All Classes Functions
Static Public Member Functions | List of all members
BuildAndTest Class Reference

A class for build followed by test of Dapper on Windows. More...

#include <BuildAndTest.hpp>

Static Public Member Functions

static PROCESS_INFORMATION exec (const TCHAR *cmd)
 Executes the given command line. More...
 

Detailed Description

A class for build followed by test of Dapper on Windows.

Member Function Documentation

PROCESS_INFORMATION BuildAndTest::exec ( const TCHAR *  cmd)
static

Executes the given command line.

Parameters
cmdthe command line.
Returns
a struct pertaining to the newly exec'd process.