summaryrefslogtreecommitdiffstats
path: root/test/Rules.mak
Commit message (Collapse)AuthorAgeFilesLines
* test: sync up with toplevel buildsysAustin Foxley2009-11-221-60/+28
| | | | | | | | | | | | | test/Rules.mak was duplicating too much from the toplevel Rules.mak (which is included anyway). Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Conflicts: test/Rules.mak Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* testsuite: use KERNEL_HEADERSDenys Vlasenko2009-08-191-0/+10
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Sync nptl branch to masterAustin Foxley2009-07-091-2/+3
| | | | | | | | | | | | | | Cherry picked these commits: afdfa59588: Do not install libc-XXX.h files fb863f7592: Make HARDWIRED_ABSPATH a config option e0c8160a38: Allow people to run hostutils targets without .config e0da861a29: Don't rely on features.h ac1087a727: Denis's resolv.c cleanup Pulled out the thread local __res_state in resolv. Will reapply it in a future commit. Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* libm/ldouble_wrappers.c: add libm_hidden_def's to fix testsuite buildDenis Vlasenko2009-02-021-1/+3
| | | | | | | test/Rules.mak: don't pass target options to host build test/math/basic-test.c: fix test build error patching file test/unistd/errno.c: fix test build warning
* Synch with trunk @ 24160Carmelo Amoroso2008-11-271-0/+1
| | | | Step 15: test folder synch.
* Resynch with trunk fixing problem on test build system due to my last commitCarmelo Amoroso2008-07-111-1/+1
|
* Synch the whole build system. Also including recent fix on testsuite build ↵Carmelo Amoroso2008-07-091-4/+8
| | | | system
* STEP 12: synch librt directoryCarmelo Amoroso2008-04-251-9/+17
| | | | Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Remove extra include paths. The KERNEL_HEADERS is included by the "Steven J. Hill"2007-11-291-2/+1
| | | | top-level 'Rules.mak' file.
* Push back various fixes in testcasesCarmelo Amoroso2007-11-191-5/+12
|
* Merge from trunk."Steven J. Hill"2007-01-201-7/+13
|
* Merge from trunk. Whoa crap."Steven J. Hill"2006-08-221-32/+58
|
* Use the correct strip command."Steven J. Hill"2006-02-051-1/+1
|
* Merge from trunk."Steven J. Hill"2005-12-021-6/+9
|
* Clean up -O optimizations for MIPS and fix libcrypt Makefile temporarily."Steven J. Hill"2005-11-161-0/+4
|
* Merge/sync with trunk."Steven J. Hill"2005-08-171-1/+5
|
* Merge from trunk."Steven J. Hill"2005-07-231-44/+51
|
* Fixes from gentoo.Manuel Novoa III2004-08-261-1/+1
|
* Remove remnants of the gcc wrapperEric Andersen2004-01-021-3/+3
|
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-0/+2
| | | | | | | 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).
* Fix a silly bugEric Andersen2003-02-271-2/+2
|
* A few minor little changesEric Andersen2003-02-101-7/+6
|
* Update tests to be somewhat consistant with the rest of the worldEric Andersen2003-01-231-28/+41
|
* Change some variable names so we are more consistant with whatEric Andersen2002-12-041-2/+2
| | | | | the linux kernel uses. -Erik
* Fix compilation on mipsEric Andersen2002-11-281-6/+8
|
* Allow 'make clean' on the test stuff to work with the new config system.Eric Andersen2002-10-311-1/+1
| | | | -Erik
* Sigh. OpenBSD used /usr/bin/{true|false}Eric Andersen2002-10-011-1/+1
|
* Several test case cleanupsEric Andersen2002-06-201-3/+16
| | | | -Erik
* Doh! Tests were not being compiled with warnings and optimizationEric Andersen2002-02-261-2/+2
|
* Fixup arch substitutionEric Andersen2002-02-041-2/+12
|
* Build glibc test apps static when told to.Eric Andersen2002-01-111-0/+1
| | | | Make tiny live up to its name.
* Always use --uclibc-use-build-dirEric Andersen2001-11-301-4/+0
|
* Scrub up a few test thingsEric Andersen2001-09-271-4/+4
|
* Minor updateEric Andersen2001-08-291-0/+3
|
* Don't use --uclibc-use-build-dir for the tests unless BUILD_UCLIBC_LDSO=trueEric Andersen2001-08-141-1/+2
|
* Use uClibc's ldd, not the system one which is probably brokenEric Andersen2001-07-121-0/+1
| | | | | | anyways. This ensures correct answers, and prevents all the annoying segfaults from the system ldd. -Erik
* Scrub up the tests a bit, and force everybody to use theEric Andersen2001-07-031-6/+9
| | | | | build dir, so nothing need be installed... -Erik
* Make all the uClibc tests use the --uclibc-use-build-dir flagEric Andersen2001-06-151-1/+2
|
* Added -WallDavid Schleef2001-05-251-0/+3
|
* Fixup ppc to powerpcEric Andersen2001-05-041-1/+1
|
* Just use 'ls -l' since ls -sh lacks sufficient granularityEric Andersen2001-04-271-2/+1
|
* Fix up compiler nameEric Andersen2001-04-231-1/+1
|
* Reworked all test suite makefiles (man did they need it).Eric Andersen2001-01-201-0/+45
Refactored testsuite.h so it behaves the way I want it to. As policy now, all test apps are _supposed_ to use testsuite.h (not all have been converted to do this yet). It is simple, clean, and works. -Erik