summaryrefslogtreecommitdiffstats
path: root/test/crypt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed makefiles inclusion flow to pass actual configuration variable values.Carmelo Amoroso2009-03-162-10/+9
| | | | | | | | | | | Test build system modified to be similar to uClibc one: * test custom logic moved from Makefile to a new Makefile.in (to be included by Makefile). * Makefile same for all tests and just used for including all other needed makefiles. Signed-off-by: Salvatore Cro <salvatore.cro@st.com> Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* - disable libcrypt tests if we have no libcryptBernhard Reutner-Fischer2009-02-231-0/+6
|
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* fix license noticeMike Frysinger2006-07-051-1/+1
|
* dont bother setting TESTS nowMike Frysinger2006-02-151-2/+0
|
* convert to new test systemMike Frysinger2006-02-141-65/+6
|
* renameMike Frysinger2006-02-141-0/+0
|
* automate the tests a bitMike Frysinger2006-02-112-3/+176
|
* reenable the glibc portion of the test so that we can do a ↵Mike Frysinger2005-07-011-3/+3
| | | | non-interactive/silent comparison between uclibc and glibc results
* make test output nicer so its easier to go through a log of `make -s` and ↵Mike Frysinger2005-07-011-3/+3
| | | | find out what works/fails
* remove old depend on Config and make it so that a test failure aborts the ↵Mike Frysinger2005-07-011-9/+7
| | | | make process
* simplify TESTDIR setting and touchupMike Frysinger2005-06-291-4/+1
|
* no more cvsMike Frysinger2005-02-121-5/+0
|
* Do not make tests depend on CC, since we no longer build a wrapper.Eric Andersen2004-01-021-3/+3
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-1/+1
| | | | | | | rm.patch: * Define $(RM) as rm -f in Rules.mak and test/Rules.mak (this is the same definition as gmake uses by default). * Change all occurrences of rm and rm -f into $(RM).
* Update tests to be somewhat consistant with the rest of the worldEric Andersen2003-01-231-3/+3
|
* run dos2unix on these filesEric Andersen2002-04-031-73/+73
|
* Add an md5crypt testEric Andersen2002-02-263-2/+33
|
* Test for libcrypt (which is partly broken ATM)Eric Andersen2002-02-234-0/+350