aboutsummaryrefslogtreecommitdiff
path: root/include/usctest.h
AgeCommit message (Expand)Author
2016-04-06lib: Move old headers to include/oldCyril Hrubis
2015-03-11lib: Get rid of STD_TIMING_ON and -t optionCyril Hrubis
2015-03-10lib: usctest: Get rid of now unused struct tblockCyril Hrubis
2015-03-10Introduce tst_parse_opts()Cyril Hrubis
2015-02-04Get rid of TEST_CLEANUPCyril Hrubis
2014-06-10lib: Remove -c option and STD_COPIESCyril Hrubis
2014-06-02Remove STD_FUNCTIONAL_TESTCyril Hrubis
2014-05-27usctest.h, parse_opts.c: Hide unused variables.Cyril Hrubis
2014-05-27usctest.h, parse_opts.c: More cleanup.Cyril Hrubis
2014-05-27usctest.h: Remove unused TEST_PAUSEF macroCyril Hrubis
2014-05-27usctest.h: Remove useless workaround.Cyril Hrubis
2013-08-05usctest.h: Remove dumbious _USC_LIB_ ifdefs.Cyril Hrubis
2013-08-05usctest.h: Cleanup.Cyril Hrubis
2012-10-24Fix FSF addressWanlong Gao
2010-10-13parse_opts: constify opts argMike Frysinger
2010-10-12Fix comment.Garrett Cooper
2009-08-28declare TEST_ERRNO as an integer as every spec out there has declared errno a...vapier
2009-08-28punt unused btime/etime temp variables (not that these belong in global scope...vapier
2009-08-28cleanup TEST_* macros to expand with safe do{...}while(0) semanticsvapier
2009-07-20trim trailing whitespacevapier
2006-05-26use proper do { ... } while (0) for TEST() macro so we dont have to worry abo...vapier
2005-12-22Applied Coldfire patch from Jody McIntyre:robbiew
2005-07-12Applied fix from Greg Edwards for 64bit execution.robbiew
2005-07-11Updated the TEST() macro to return long, instead of int for use with 64bit ar...robbiew
2002-04-11reset errno to 0 before executing the system call in TEST_VOID()plars
2001-12-14clear errno at the beginning of each TEST()plars
2000-09-06- lib/parse_opts.c (parse_opts): Initialize allocated string to prevent heapnstraz
2000-08-31Cleaned out unused definesnstraz
2000-08-30- Removed mc_getopt.c and used getopt() instead. user defined help is nownstraz
2000-07-27New additions:alaffin