diff options
author | Mike Frysinger <vapier@gentoo.org> | 2021-03-13 20:54:49 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2021-04-03 15:34:13 -0400 |
commit | a389375f5b5fb67acdda6be028526ac44df2fbff (patch) | |
tree | 09265b6996cafdf2a9e6d6164e45d60f8dc8caba /sim/testsuite/local.mk | |
parent | a0e674c1ce2c877426f8a861c5294c535c5d49e6 (diff) | |
download | gdb-a389375f5b5fb67acdda6be028526ac44df2fbff.zip gdb-a389375f5b5fb67acdda6be028526ac44df2fbff.tar.gz gdb-a389375f5b5fb67acdda6be028526ac44df2fbff.tar.bz2 |
sim: testsuite: integrate common tests into build
Now that we have the common automake build with support for build-time
programs working, we can integrate the common tests into the default
`make check` flow.
Diffstat (limited to 'sim/testsuite/local.mk')
-rw-r--r-- | sim/testsuite/local.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sim/testsuite/local.mk b/sim/testsuite/local.mk index bd8a206..82eb70d 100644 --- a/sim/testsuite/local.mk +++ b/sim/testsuite/local.mk @@ -32,3 +32,5 @@ check-DEJAGNU: site.exp MOSTLYCLEANFILES += \ site-srcdir.exp testrun.log testrun.sum + +include %D%/common/local.mk |