summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2012-03-07Add xorg::testing::evemu::DeviceHEADmasterChase Douglas2-0/+95
2012-03-06Split data and include build rules out of src build rulesChase Douglas1-0/+29
2012-03-01Relicense under the X.org preferred licenseChase Douglas3-40/+60
2012-02-06Make Environment API property-based.Daniel d'Andrada1-20/+65
2012-02-01And by default point to a location that doesn't require root privileges to be...Chase Douglas1-0/+15
2011-12-14Make Process::GetEnv and SetEnv static methodsChase Douglas1-21/+23
2011-12-14Move SetUp and TearDown methods to protected sectionsChase Douglas2-10/+11
2011-12-14Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...Thomas Voß2-0/+3
2011-12-13Adjusted signature of Process::GetEnv. Adjusted documentation.Thomas Voß1-6/+7
2011-12-13Fixed typo in test.h.Thomas Voß1-1/+1
2011-12-13Modified Process::Terminate and Process::Kill to reset process identifier. Ad...Thomas Voß1-2/+5
2011-12-13Adjusted documentation according to review. Switched to std::string for envir...Thomas Voß3-18/+48
2011-12-13Prevent from linking Test in Google Test. Set HIDE_SCOPE_NAMES to NO.Thomas Voß2-4/+4
2011-12-12Referenced manpage of execvp in documentation.Thomas Voß1-1/+4
2011-12-12Fixed whitespace issue.Thomas Voß1-3/+3
2011-12-12Added: Additional doxygen documentation and adjusted build setup to include d...Thomas Voß3-38/+100
2011-12-09Added doxygen documentation for public interface classes.Thomas Voß3-5/+95
2011-12-08Use std::auto_ptr for Test pimpl tooChase Douglas1-2/+3
2011-12-08Remove obsolete Process::SetEnvBehavior enumChase Douglas1-6/+0
2011-12-08Use std::auto_ptr for pimplsChase Douglas2-4/+4
2011-12-07Fix a couple usages of C++ line commentsChase Douglas2-2/+2
2011-12-07Add xorg::testing::Test base test fixtureChase Douglas1-0/+56
2011-12-07Add server executable path option so one can test different serversChase Douglas1-1/+2
2011-12-07Reorder Process copy constructor declarationsChase Douglas1-3/+3
2011-12-07Fix comment in environment.hChase Douglas1-1/+1
2011-12-07Let setenv() and getenv() do error handling, and throw exception if theyChase Douglas1-2/+1
2011-12-07Remove Process::Wait()Chase Douglas1-2/+0
2011-12-07Rename Process::pid() to Process::Pid() to follow naming conventionsChase Douglas1-1/+2
2011-12-07Fix Process::Start() and switch to using exceptionsChase Douglas1-1/+4
2011-12-07Make Environment::Private a POD structChase Douglas1-3/+3
2011-12-07ADDED: Simple and lightweight class to abstract process handling.Thomas Voß2-3/+75
2011-12-05Rename testing::xorg to xorg::testingChase Douglas1-3/+3
2011-12-05Remove unused fixture.hChase Douglas1-47/+0
2011-12-05Rename to xorg-gtest, move some files around, make some fixesChase Douglas1-3/+14
2011-12-05init checkin.Thomas Voß2-0/+85