diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-27 22:47:08 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-01-27 22:47:08 +0000 |
commit | 1ca74185c497710e2949c3b5ea97897d9b96c758 (patch) | |
tree | 1f3b1acd21f0f7d6002e3f5fcef9d8f4c68d0efd /Makefile.custom | |
parent | a626a99ca55cddc2d28619fb673505135a9f1dec (diff) | |
download | busybox-w32-1ca74185c497710e2949c3b5ea97897d9b96c758.tar.gz busybox-w32-1ca74185c497710e2949c3b5ea97897d9b96c758.tar.bz2 busybox-w32-1ca74185c497710e2949c3b5ea97897d9b96c758.zip |
- pull r17554 and r17555 from trunk:
- fix testsuite and add test for sum
Diffstat (limited to 'Makefile.custom')
-rw-r--r-- | Makefile.custom | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.custom b/Makefile.custom index e976e739e..0cc40a667 100644 --- a/Makefile.custom +++ b/Makefile.custom | |||
@@ -38,9 +38,9 @@ ifneq ($(strip $(DO_INSTALL_LIBS)),n) | |||
38 | done | 38 | done |
39 | endif | 39 | endif |
40 | 40 | ||
41 | check test: busybox | 41 | check test: busybox busybox.links |
42 | bindir=$(objtree) srcdir=$(srctree)/testsuite SED="$(SED)" \ | 42 | bindir=$(objtree) srcdir=$(srctree)/testsuite SED="$(SED)" \ |
43 | $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:1=),-v) | 43 | $(SHELL) $(srctree)/testsuite/runtest $(if $(KBUILD_VERBOSE:0=),-v) |
44 | 44 | ||
45 | .PHONY: release | 45 | .PHONY: release |
46 | release: distclean | 46 | release: distclean |