summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1993-04-28 23:18:10 +0000
committerK. Richard Pixley <rich@cygnus>1993-04-28 23:18:10 +0000
commitab8603eae509d4b6b75bb2be8c7b27f4d2f3ff67 (patch)
tree0a928a1cf66550b2342c695ab80a9cc6c0f93f96
parentd6f72574a20ccf3ee3c1f406399c91656497f393 (diff)
downloadbinutils-gdb-ab8603eae509d4b6b75bb2be8c7b27f4d2f3ff67.tar.gz
add just-check target so that tests can be run without a noop build
pass.
-rw-r--r--gdb/testsuite/ChangeLog3
-rw-r--r--gdb/testsuite/Makefile.in9
2 files changed, 6 insertions, 6 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index d2236341423..58f0299cd40 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -2,6 +2,9 @@ Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
* */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
Makefiles.
+ (check): depend on just-check.
+ (just-check): added so that tests can be run without a noop
+ build pass.
Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
index dff01075cf7..385ccadfbd3 100644
--- a/gdb/testsuite/Makefile.in
+++ b/gdb/testsuite/Makefile.in
@@ -84,10 +84,6 @@ EXPECT = `if [ -f $${rootme}../../expect/expect ] ; \
then echo $${rootme}../../expect/expect ; \
else echo expect; fi`
-SUBDIRS=gdb.t00 gdb.t01 gdb.t02 gdb.t03 gdb.t04 gdb.t05 gdb.t06 \
- gdb.t07 gdb.t08 gdb.t09 gdb.t10 gdb.t11 gdb.t12 gdb.t13 gdb.t15 \
- gdb.t16 gdb.t17 gdb.t20 gdb.t21 gdb.t22 gdb.t23 gdb.t30 gdb.t31
-
#### host, target, and site specific Makefile frags come in here.
FLAGS_TO_PASS = \
@@ -148,7 +144,8 @@ site.exp: ./config.status Makefile
-@rm -f ./tmp?
installcheck:
-check: site.exp all
+check: site.exp all just-check
+just-check:
rootme=`pwd`; export rootme; \
$(RUNTEST) $(RUNTESTFLAGS) --tool gdb GDB=$(GDB) --srcdir $(srcdir)
@@ -197,5 +194,5 @@ distclean realclean: clean
(cd $$dir; $(MAKE) distclean); \
done
-Makefile : $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
+Makefile : $(srcdir)/Makefile.in $(srcdir)/configure.in $(host_makefile_frag) $(target_makefile_frag)
$(SHELL) ./config.status