]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/Makefile.in
Make 'make check TESTS="..."' work from GDB's build dir.
authorPedro Alves <palves@redhat.com>
Wed, 12 Mar 2014 19:40:52 +0000 (19:40 +0000)
committerPedro Alves <palves@redhat.com>
Wed, 12 Mar 2014 19:52:00 +0000 (19:52 +0000)
commit6d03af93d24ffd30f19e66753106fc85ea0a51e4
tree78aa567adf054b45c38903e947a706859c07a2bc
parentb3ccfe11d3b0fc84f8ccd4e4fa25b75d1dc71cfc
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.
gdb/ChangeLog
gdb/Makefile.in