summaryrefslogtreecommitdiff
path: root/build/rpm
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2007-11-21 21:47:07 +0000
committerGraham Leggett <minfrin@apache.org>2007-11-21 21:47:07 +0000
commitdfac3434f17d46434d16384170589c6072415b49 (patch)
treeb17c0a8e76e9c6180c139f62d69307cd0a94ce98 /build/rpm
parent6c79b8a8bf850ce59b7846df1b559019540f75ac (diff)
downloadapr-dfac3434f17d46434d16384170589c6072415b49.tar.gz
Fix the make test target in the spec file.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@597218 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/rpm')
-rw-r--r--build/rpm/apr.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpm/apr.spec.in b/build/rpm/apr.spec.in
index 7d113c35a..7b1668c8f 100644
--- a/build/rpm/apr.spec.in
+++ b/build/rpm/apr.spec.in
@@ -46,7 +46,7 @@ make %{?_smp_mflags} && make dox
%check
# Run non-interactive tests
pushd test
-make %{?_smp_mflags} testall CFLAGS=-fno-strict-aliasing
+make %{?_smp_mflags} all CFLAGS=-fno-strict-aliasing
./testall -v || exit 1
popd