summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-03-07Add xorg::testing::evemu::DeviceHEADmasterChase Douglas3-1/+110
2012-03-06Fix dummy.conf location definitionChase Douglas1-1/+1
2012-03-06Define automake CPP warning flags in Makefile.am, not configure.acChase Douglas1-2/+4
2012-03-06Use BASE_CXXFLAGS from xorg macrosChase Douglas2-4/+4
2012-03-06Split data and include build rules out of src build rulesChase Douglas1-8/+0
2012-03-01Relicense under the X.org preferred licenseChase Douglas5-52/+101
2012-02-29distcheck fails: cannot open linker script file libxorg-gtest.verGaetan Nadon1-2/+2
2012-02-26test.cpp: fatal error: X11/Xlib.h: No such file or directoryGaetan Nadon1-1/+1
2012-02-24Link libxorg-gtest_main against libxorg-gtestChase Douglas1-0/+2
2012-02-15Fix linking against X server libsChase Douglas1-2/+2
2012-02-06Add symbol version scriptsChase Douglas3-2/+28
2012-02-06Make Environment API property-based.Daniel d'Andrada4-31/+62
2012-02-03Add defines.h to the list of source filesChase Douglas1-0/+1
2012-02-02Fix build system.Jussi Pakkanen1-0/+31
2012-02-01And by default point to a location that doesn't require root privileges to be...Chase Douglas3-2/+38
2011-12-14Use Process::SetEnv() in Environment::SetUp()Chase Douglas1-1/+1
2011-12-14Make Process::GetEnv and SetEnv static methodsChase Douglas1-1/+1
2011-12-14Merge in Doxygen branch, which also includes many fixesChase Douglas3-6/+40
2011-12-14Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...Thomas Voß2-0/+6
2011-12-13Adjusted signature of Process::GetEnv. Adjusted documentation.Thomas Voß1-11/+18
2011-12-13Modified Process::Terminate and Process::Kill to reset process identifier. Ad...Thomas Voß1-0/+4
2011-12-13Adjusted documentation according to review. Switched to std::string for envir...Thomas Voß1-4/+4
2011-12-12Added: Additional doxygen documentation and adjusted build setup to include d...Thomas Voß2-8/+12
2011-12-09Throw runtime_error if Test::SetUp fails to open connection to serverChase Douglas1-1/+4
2011-12-09Add initializer for Environment::Private struct since it is not a PODChase Douglas1-7/+8
2011-12-09Added doxygen documentation for public interface classes.Thomas Voß2-1/+22
2011-12-08Remove strdup from argument parsing in Process::Start()Chase Douglas1-14/+3
2011-12-08Use std::vector to store process arguments passed to execvpChase Douglas1-29/+17
2011-12-08Use std::auto_ptr for Test pimpl tooChase Douglas1-4/+0
2011-12-08Use C++ headers, such as cstring, instead of C-compatibility headersChase Douglas2-7/+7
2011-12-08Use std::auto_ptr for pimplsChase Douglas2-8/+0
2011-12-08Add newlines to end of Environment::TearDown() error messagesChase Douglas1-2/+2
2011-12-08In Environment::SetUp, pass std::string into Process::StartChase Douglas1-1/+1
2011-12-07Add xorg::testing::Test base test fixtureChase Douglas1-0/+50
2011-12-07Add server executable path option so one can test different serversChase Douglas2-18/+42
2011-12-07Cleanup unnecessary braces in if .. else blocks in Environment::SetUp()Chase Douglas1-6/+4
2011-12-07Don't fail the tests if the X server refuses to dieChase Douglas1-4/+4
2011-12-07Let setenv() and getenv() do error handling, and throw exception if theyChase Douglas1-7/+5
2011-12-07Throw exception if child process tries to kill itselfChase Douglas1-2/+2
2011-12-07Remove Process::Wait()Chase Douglas2-8/+1
2011-12-07Rename Process::pid() to Process::Pid() to follow naming conventionsChase Douglas2-2/+2
2011-12-07Fix Process::Start() and switch to using exceptionsChase Douglas2-41/+77
2011-12-07Switch Process::Private to a POD structChase Douglas1-38/+27
2011-12-07Re-enable X server startup timeoutChase Douglas1-1/+1
2011-12-07Remove dead code in EnvironmentChase Douglas1-61/+1
2011-12-07Make Environment::Private a POD structChase Douglas1-21/+13
2011-12-07ADDED: Simple and lightweight class to abstract process handling.Thomas Voß2-20/+191
2011-12-05Use installed dummy.conf locationChase Douglas1-1/+1
2011-12-05Rename testing::xorg to xorg::testingChase Douglas2-4/+4
2011-12-05Init gtest before checking for special args so --help works properlyChase Douglas1-2/+2