From 35a0c9377f0a475e45b68d5556072dfed87c1d5d Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 4 Nov 2001 05:06:23 +0000 Subject: * Makefile.in: Add check target. --- winsup/testsuite/ChangeLog | 4 ++++ winsup/testsuite/Makefile.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'winsup/testsuite') diff --git a/winsup/testsuite/ChangeLog b/winsup/testsuite/ChangeLog index dda04fef4..be0fd9b85 100644 --- a/winsup/testsuite/ChangeLog +++ b/winsup/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-11-04 Christopher Faylor + + * Makefile.in: Add check target. + 2001-11-02 Egor Duda * libltp/lib/forker.c: Include proper header to avoid compiler diff --git a/winsup/testsuite/Makefile.in b/winsup/testsuite/Makefile.in index 2c56a5877..d49ec856e 100644 --- a/winsup/testsuite/Makefile.in +++ b/winsup/testsuite/Makefile.in @@ -100,7 +100,7 @@ TESTSUP_OFILES:=${sort ${addsuffix .o,${basename ${notdir ${wildcard $(libltp_sr all_host=@all_host@ install_host=@install_host@ -all: $(TESTSUP_LIB_NAME) +all check: $(TESTSUP_LIB_NAME) force: -- cgit v1.2.3