forked from Imagelibrary/binutils-gdb
Make 'make check TESTS="..."' work from GDB's build dir.
I noticed 'make check TESTS="..."' works when ran from gdb/testsuite/, but TESTS is ignored when "make check" is ran from gdb/. The issue is that TESTS isn't being passed to the testsuite subdir make invocation. gdb/ 2014-03-12 Pedro Alves <palves@redhat.com> * Makefile.in (TARGET_FLAGS_TO_PASS): Add TESTS.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2014-03-12 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* Makefile.in (TARGET_FLAGS_TO_PASS): Add TESTS.
|
||||
|
||||
2014-03-12 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* inf-child.c (return_zero): New function.
|
||||
|
||||
@@ -766,7 +766,8 @@ TARGET_FLAGS_TO_PASS = \
|
||||
"MAKEHTML=$(MAKEHTML)" \
|
||||
"RUNTEST=$(RUNTEST)" \
|
||||
"RUNTESTFLAGS=$(RUNTESTFLAGS)" \
|
||||
"FORCE_PARALLEL=$(FORCE_PARALLEL)"
|
||||
"FORCE_PARALLEL=$(FORCE_PARALLEL)" \
|
||||
"TESTS=$(TESTS)"
|
||||
|
||||
# All source files that go into linking GDB.
|
||||
# Links made at configuration time should not be specified here, since
|
||||
|
||||
Reference in New Issue
Block a user