summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorThom May <thommay@apache.org>2005-01-21 15:34:30 +0000
committerThom May <thommay@apache.org>2005-01-21 15:34:30 +0000
commit6c82a6520ceced5effcd2949999a02eee82e0dbf (patch)
treefdf92aab791111c2c1de15f691caddc4e9d7ad6d /Makefile.in
parent17d0094b4084532d5f8a10895594215a3cc4cf38 (diff)
downloadapr-6c82a6520ceced5effcd2949999a02eee82e0dbf.tar.gz
Add test as an alias to check
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@125935 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index b5daddfdb..e5352d30f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -112,6 +112,7 @@ dox:
gcov:
@build/run-gcov.sh
+test: check
check: $(TARGET_LIB)
(cd test && $(MAKE) check)