summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-02-01And by default point to a location that doesn't require root privileges to be...Chase Douglas4-2/+53
2011-12-21Merge some miscellaneous fixesChase Douglas4-17/+10
2011-12-21Use "make doc" to build all documentationChase Douglas2-15/+4
2011-12-21Rename xorg_gtest_example to xorg-gtest-exampleChase Douglas1-1/+1
2011-12-21Install man pages tooChase Douglas1-0/+4
2011-12-21Start the so library version at 0.0.0Chase Douglas1-1/+1
2011-12-16Merged in lp:~chasedouglas/xorg-gtest/fixes.Thomas Voß10-47/+59
2011-12-14Merge example documentation fixesChase Douglas2-23/+2
2011-12-14Fix gtest cpp flagsChase Douglas4-6/+15
2011-12-14Use gtest lib path when checking for gtest libraryChase Douglas1-2/+2
2011-12-14Use Process::SetEnv() in Environment::SetUp()Chase Douglas1-1/+1
2011-12-14Make Process::GetEnv and SetEnv static methodsChase Douglas2-22/+24
2011-12-14Move SetUp and TearDown methods to protected sectionsChase Douglas2-10/+11
2011-12-14Don't install DoxyfileChase Douglas1-1/+1
2011-12-14Only install documentation if it was createdChase Douglas1-3/+5
2011-12-14Remove leftover geistest doc line in doc/Makefile.amChase Douglas1-2/+0
2011-12-14Don't link gtest when creating libraryChase Douglas1-6/+1
2011-12-14Include examples directory when scanning for documented sourcesChase Douglas1-2/+2
2011-12-14Remove license header from exampleChase Douglas1-21/+0
2011-12-14Merge in Doxygen branch, which also includes many fixesChase Douglas12-22/+2085
2011-12-14Merge gtest configure check fixesChase Douglas2-4/+11
2011-12-14Introduced examples. Added virtual d'tors to xorg::testing::Environment and x...Thomas Voß8-2/+75
2011-12-13Use AC_LANG_PUSH(C++)/AC_LANG_POP so as not to contaminate configure.acChase Douglas1-1/+3
2011-12-13Link against pthread when checking for gtest libraryChase Douglas1-1/+6
2011-12-13Move check result test to configure.ac and use standard variablesChase Douglas2-3/+4
2011-12-13Remove unnecessary HAVE_GTEST conditional in configure.acChase Douglas1-2/+0
2011-12-13Make gtest a requirement for successful configurationChase Douglas1-3/+4
2011-12-13Adjusted signature of Process::GetEnv. Adjusted documentation.Thomas Voß2-17/+25
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ß2-2/+9
2011-12-13Adjusted documentation according to review. Switched to std::string for envir...Thomas Voß4-22/+52
2011-12-13Prevent from linking Test in Google Test. Set HIDE_SCOPE_NAMES to NO.Thomas Voß3-5/+5
2011-12-12Merge cleanup and fixes branchChase Douglas8-79/+369
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ß9-46/+1885
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ß5-6/+117
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 Douglas2-6/+3
2011-12-08Use C++ headers, such as cstring, instead of C-compatibility headersChase Douglas2-7/+7
2011-12-08Remove obsolete Process::SetEnvBehavior enumChase Douglas1-6/+0
2011-12-08Use std::auto_ptr for pimplsChase Douglas4-12/+4
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-07Fix a couple usages of C++ line commentsChase Douglas2-2/+2
2011-12-07Add xorg::testing::Test base test fixtureChase Douglas3-5/+115
2011-12-07Add server executable path option so one can test different serversChase Douglas3-19/+44