libctf, testsuite: don't run without a suitable compiler
authorNick Alcock <nick.alcock@oracle.com>
Tue, 5 Jan 2021 17:11:20 +0000 (17:11 +0000)
committerNick Alcock <nick.alcock@oracle.com>
Tue, 5 Jan 2021 17:11:20 +0000 (17:11 +0000)
commit70d3120f32281980105169dee74440146e97702e
tree0b30270fcc831e78afcfc644360576c349f3adc2
parentb4b6ea46807ec9c01ed4f4f18a50840358d16c28
libctf, testsuite: don't run without a suitable compiler

We never actually check to see if the compiler supports CTF,
or even if a suitable compiler exists.

libctf/ChangeLog
2021-01-05  Nick Alcock  <nick.alcock@oracle.com>

* Makefile.am (BASEDIR): New.
(BFDDIR): Likewise.
(check-DEJAGNU): Add development.exp to prerequisites.
(development.exp): New.
(CONFIG_STATUS_DEPENDENCIES): New.
(EXTRA_DEJAGNU_SITE_CONFIG): Likewise.
(DISTCLEANFILES): Likewise.
* Makefile.in: Regenerated.
* testsuite/lib/ctf-lib.exp (check_ctf_available): Return boolean.
* testsuite/libctf-lookup/lookup.exp: Call check_ctf_available.
* testsuite/libctf-regression/regression.exp: Likewise.
libctf/ChangeLog
libctf/Makefile.am
libctf/Makefile.in
libctf/testsuite/lib/ctf-lib.exp
libctf/testsuite/libctf-lookup/lookup.exp
libctf/testsuite/libctf-regression/regression.exp
This page took 0.025241 seconds and 4 git commands to generate.