aboutsummaryrefslogtreecommitdiff
path: root/testsuite/testsuite.c
AgeCommit message (Expand)Author
2015-02-21testsuite: add option to copy output from testLucas De Marchi
2015-02-21testsuite: fix exiting with success on no output activityLucas De Marchi
2015-01-14testsuite: prefer the use of streq()Lucas De Marchi
2014-12-25Remove FSF mailing addressLucas De Marchi
2014-10-09testsuite: use a section to put tests in instead of arrayLucas De Marchi
2014-10-09Move remaining functions from libkmod-util to sharedLucas De Marchi
2014-10-03Reorder and reorganize header filesLucas De Marchi
2014-10-03Move generic util functions to shared directoryLucas De Marchi
2014-06-05testsuite: separate testcases on logLucas De Marchi
2014-05-30testsuite: Fix expected_fail parsingLucas De Marchi
2014-05-30testsuite: Add bracesLucas De Marchi
2014-03-05testsuite: Check the list of loaded modules after a testMichal Marek
2013-08-29testsuite: fix usage of reserved namesJohn Spencer
2013-04-12testsuite: errno is a positive numberLucas De Marchi
2013-03-21testsuite: Exit with success on signal if test has expected_fail=trueLucas De Marchi
2013-01-16Update copyright noticesLucas De Marchi
2012-10-04testsuite: allow to check generated filesLucas De Marchi
2012-07-10testsuite: re-license under LGPLLucas De Marchi
2012-06-06testsuite: allow to export custom env varsLucas De Marchi
2012-06-06testsuite: add timeout for each testLucas De Marchi
2012-06-06testsuite: create additional pipe to monitor childLucas De Marchi
2012-06-05testsuite: check if rootfs dir is dirty before runningLucas De Marchi
2012-02-18Add missing newlinesLucas De Marchi
2012-02-16testsuite: fix color of unexpected failureLucas De Marchi
2012-02-16testsuite: add .path member to test structDave Reisner
2012-01-31testsuite: allow for expected failure of testsDave Reisner
2012-01-26testsuite: add GPL licenseLucas De Marchi
2012-01-26testsuite: trap calls to delete_module() including simple testLucas De Marchi
2012-01-26build-sys: autotoolify build of check librariesLucas De Marchi
2012-01-26testsuite: add trap to init_module() including simple testLucas De Marchi
2012-01-26testsuite: remind users to build toolsLucas De Marchi
2012-01-26testsuite: add colors to test outputLucas De Marchi
2012-01-26testsuite: match outputs of test with a known correct oneLucas De Marchi
2012-01-26testsuite: separate child from parentLucas De Marchi
2012-01-26testsuite: allow to run tests outside of top_buildirLucas De Marchi
2012-01-26testsuite: export environment with flags and LD_PRELOADLucas De Marchi
2012-01-26testsuite: move oneshot to inside the test structLucas De Marchi
2012-01-26testsuite: add skeletonLucas De Marchi