diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-13 20:28:27 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-01-13 20:28:27 +0000 |
commit | 15bb9a20c0816e1481ca7a22ec49f0e7c110c663 (patch) | |
tree | 513b498246d3ea4c48c9d9cbaad405cc3da1c15c /libio/tests/Makefile.in | |
parent | 2f46eabe93d9f94dc275a3c6040304b7103120f0 (diff) | |
download | gcc-15bb9a20c0816e1481ca7a22ec49f0e7c110c663.tar.gz |
* configure.in (CHECK_SUBDIRS): Set to testsuite only if
${srcdir}/../gcc exists.
(configdirs): Include testsuite only if ${srcdir}/../gcc exists.
* tests/Makefile.in (check): Depend on $(CHECK).
* tests/configure.in (CHECK): Set to "check-iostream
check-stdio" if ${srcdir}/../../gcc doesn't exists.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17336 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/tests/Makefile.in')
-rw-r--r-- | libio/tests/Makefile.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libio/tests/Makefile.in b/libio/tests/Makefile.in index 66e88dc64d6..f93b30046bb 100644 --- a/libio/tests/Makefile.in +++ b/libio/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1993 Free Software Foundation +# Copyright (C) 1993, 1998 Free Software Foundation # # This file is part of the GNU IO Library. This library is free # software; you can redistribute it and/or modify it under the @@ -41,9 +41,7 @@ IOSTDIOLIB = ../libio.a ../../libiberty/libiberty.a DEPEND_SOURCES = $(srcdir)/*.C .PHONY: check check-old check-iostream check-stdio -check: - -check-old: check-iostream check-iostdio +check: $(CHECK) # These are tests written in C++, that test the iostream facility. |