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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | sim/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/Makefile.am b/sim/Makefile.am index a121c1f..a68a964 100644 --- a/sim/Makefile.am +++ b/sim/Makefile.am @@ -27,9 +27,12 @@ AM_MAKEFLAGS = SIM_PRIMARY_TARGET=$(SIM_PRIMARY_TARGET) # We don't set some of these vars here, but we need to define them so they may # be used consistently in local.mk files we include below. +check_PROGRAMS = noinst_LIBRARIES = EXTRA_PROGRAMS = +CLEANFILES = +DISTCLEANFILES = MOSTLYCLEANFILES = core COMPILE_FOR_BUILD = $(CC_FOR_BUILD) $(AM_CPPFLAGS) $(CFLAGS_FOR_BUILD) |