summaryrefslogtreecommitdiff
path: root/testsuite/testsuite.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add some static const notationsEmil Velikov2023-02-091-1/+1
* util: Add time-related functions from testsuiteLucas De Marchi2022-06-261-13/+1
* testsuite: Add facility to skip tests.Marius Bakke2021-01-071-0/+9
* testsuite: factor out fd related parameters to a structureYauheni Kaliuta2019-01-041-143/+214
* testsuite: track number of descriptors instead of their stateYauheni Kaliuta2019-01-041-1/+6
* testsuite: add support for testing output against regexLucas De Marchi2019-01-031-2/+113
* testsuite: split out function to compare outputs exactlyLucas De Marchi2019-01-031-54/+70
* testsuite: add option to copy output from testLucas De Marchi2015-02-211-0/+6
* testsuite: fix exiting with success on no output activityLucas De Marchi2015-02-211-4/+28
* testsuite: prefer the use of streq()Lucas De Marchi2015-01-141-2/+2
* Remove FSF mailing addressLucas De Marchi2014-12-251-2/+1
* testsuite: use a section to put tests in instead of arrayLucas De Marchi2014-10-091-11/+13
* Move remaining functions from libkmod-util to sharedLucas De Marchi2014-10-091-2/+0
* Reorder and reorganize header filesLucas De Marchi2014-10-031-3/+4
* Move generic util functions to shared directoryLucas De Marchi2014-10-031-0/+2
* testsuite: separate testcases on logLucas De Marchi2014-06-051-2/+6
* testsuite: Fix expected_fail parsingLucas De Marchi2014-05-301-6/+15
* testsuite: Add bracesLucas De Marchi2014-05-301-1/+2
* testsuite: Check the list of loaded modules after a testMichal Marek2014-03-051-3/+186
* testsuite: fix usage of reserved namesJohn Spencer2013-08-291-15/+15
* testsuite: errno is a positive numberLucas De Marchi2013-04-121-1/+1
* testsuite: Exit with success on signal if test has expected_fail=trueLucas De Marchi2013-03-211-1/+1
* Update copyright noticesLucas De Marchi2013-01-161-1/+1
* testsuite: allow to check generated filesLucas De Marchi2012-10-041-0/+97
* testsuite: re-license under LGPLLucas De Marchi2012-07-101-8/+9
* testsuite: allow to export custom env varsLucas De Marchi2012-06-061-0/+4
* testsuite: add timeout for each testLucas De Marchi2012-06-061-6/+36
* testsuite: create additional pipe to monitor childLucas De Marchi2012-06-061-12/+34
* testsuite: check if rootfs dir is dirty before runningLucas De Marchi2012-06-051-0/+24
* Add missing newlinesLucas De Marchi2012-02-181-3/+3
* testsuite: fix color of unexpected failureLucas De Marchi2012-02-161-1/+1
* testsuite: add .path member to test structDave Reisner2012-02-161-0/+28
* testsuite: allow for expected failure of testsDave Reisner2012-01-311-14/+33
* testsuite: add GPL licenseLucas De Marchi2012-01-261-0/+17
* testsuite: trap calls to delete_module() including simple testLucas De Marchi2012-01-261-0/+1
* build-sys: autotoolify build of check librariesLucas De Marchi2012-01-261-3/+5
* testsuite: add trap to init_module() including simple testLucas De Marchi2012-01-261-0/+1
* testsuite: remind users to build toolsLucas De Marchi2012-01-261-2/+3
* testsuite: add colors to test outputLucas De Marchi2012-01-261-4/+19
* testsuite: match outputs of test with a known correct oneLucas De Marchi2012-01-261-7/+219
* testsuite: separate child from parentLucas De Marchi2012-01-261-25/+36
* testsuite: allow to run tests outside of top_buildirLucas De Marchi2012-01-261-2/+2
* testsuite: export environment with flags and LD_PRELOADLucas De Marchi2012-01-261-0/+47
* testsuite: move oneshot to inside the test structLucas De Marchi2012-01-261-6/+18
* testsuite: add skeletonLucas De Marchi2012-01-261-0/+146