summaryrefslogtreecommitdiff
path: root/test/args/arg_test.c
AgeCommit message (Collapse)Author
2016-10-28test: remove test suiteWaldemar Brodkorb
The test suite is now a developed in a separate git repository. See here: http://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng-test.git The test suite should be just like every other software compiled with the cross-toolchain. In the past strange problems where found when the test suite got build in the toolchain creation step.
2006-07-05fixup my copyright notice, trim stale remnants of older notices whichEric Andersen
I had clearly run search/replace on that were cluttering things up.
2006-07-05fix license noticeMike Frysinger
2005-07-01make the test silent/non-interactive and only abort if it actually failsMike Frysinger
2005-06-29need stdlib.h for some thingsMike Frysinger
2002-02-28Patch from David Schleef to check for proper 16-byte aligedEric Andersen
stack pointer on powerpc
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-12Fix common C ambiguity.David Schleef
2001-02-23Forgot to increment iEric Andersen
2001-02-09Add in a silly test to check that argc, argv, and environ areEric Andersen
working as expected... -Erik