summaryrefslogtreecommitdiff
path: root/testsuite/testsuite.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-04testsuite: factor out fd related parameters to a structureYauheni Kaliuta1-143/+214
2019-01-04testsuite: track number of descriptors instead of their stateYauheni Kaliuta1-1/+6
2019-01-03testsuite: add support for testing output against regexLucas De Marchi1-2/+113
2019-01-03testsuite: split out function to compare outputs exactlyLucas De Marchi1-54/+70
2015-02-21testsuite: add option to copy output from testLucas De Marchi1-0/+6
2015-02-21testsuite: fix exiting with success on no output activityLucas De Marchi1-4/+28
2015-01-14testsuite: prefer the use of streq()Lucas De Marchi1-2/+2
2014-12-25Remove FSF mailing addressLucas De Marchi1-2/+1
2014-10-09testsuite: use a section to put tests in instead of arrayLucas De Marchi1-11/+13
2014-10-09Move remaining functions from libkmod-util to sharedLucas De Marchi1-2/+0
2014-10-03Reorder and reorganize header filesLucas De Marchi1-3/+4
2014-10-03Move generic util functions to shared directoryLucas De Marchi1-0/+2
2014-06-05testsuite: separate testcases on logLucas De Marchi1-2/+6
2014-05-30testsuite: Fix expected_fail parsingLucas De Marchi1-6/+15
2014-05-30testsuite: Add bracesLucas De Marchi1-1/+2
2014-03-05testsuite: Check the list of loaded modules after a testMichal Marek1-3/+186
2013-08-29testsuite: fix usage of reserved namesJohn Spencer1-15/+15
2013-04-12testsuite: errno is a positive numberLucas De Marchi1-1/+1
2013-03-21testsuite: Exit with success on signal if test has expected_fail=trueLucas De Marchi1-1/+1
2013-01-16Update copyright noticesLucas De Marchi1-1/+1
2012-10-04testsuite: allow to check generated filesLucas De Marchi1-0/+97
2012-07-10testsuite: re-license under LGPLLucas De Marchi1-8/+9
2012-06-06testsuite: allow to export custom env varsLucas De Marchi1-0/+4
2012-06-06testsuite: add timeout for each testLucas De Marchi1-6/+36
2012-06-06testsuite: create additional pipe to monitor childLucas De Marchi1-12/+34
2012-06-05testsuite: check if rootfs dir is dirty before runningLucas De Marchi1-0/+24
2012-02-18Add missing newlinesLucas De Marchi1-3/+3
2012-02-16testsuite: fix color of unexpected failureLucas De Marchi1-1/+1
2012-02-16testsuite: add .path member to test structDave Reisner1-0/+28
2012-01-31testsuite: allow for expected failure of testsDave Reisner1-14/+33
2012-01-26testsuite: add GPL licenseLucas De Marchi1-0/+17
2012-01-26testsuite: trap calls to delete_module() including simple testLucas De Marchi1-0/+1
2012-01-26build-sys: autotoolify build of check librariesLucas De Marchi1-3/+5
2012-01-26testsuite: add trap to init_module() including simple testLucas De Marchi1-0/+1
2012-01-26testsuite: remind users to build toolsLucas De Marchi1-2/+3
2012-01-26testsuite: add colors to test outputLucas De Marchi1-4/+19
2012-01-26testsuite: match outputs of test with a known correct oneLucas De Marchi1-7/+219
2012-01-26testsuite: separate child from parentLucas De Marchi1-25/+36
2012-01-26testsuite: allow to run tests outside of top_buildirLucas De Marchi1-2/+2
2012-01-26testsuite: export environment with flags and LD_PRELOADLucas De Marchi1-0/+47
2012-01-26testsuite: move oneshot to inside the test structLucas De Marchi1-6/+18
2012-01-26testsuite: add skeletonLucas De Marchi1-0/+146