aboutsummaryrefslogtreecommitdiff
path: root/sim/ChangeLog
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-03-13 20:54:49 -0500
committerMike Frysinger <vapier@gentoo.org>2021-04-03 15:34:13 -0400
commita389375f5b5fb67acdda6be028526ac44df2fbff (patch)
tree09265b6996cafdf2a9e6d6164e45d60f8dc8caba /sim/ChangeLog
parenta0e674c1ce2c877426f8a861c5294c535c5d49e6 (diff)
downloadfsf-binutils-gdb-a389375f5b5fb67acdda6be028526ac44df2fbff.zip
fsf-binutils-gdb-a389375f5b5fb67acdda6be028526ac44df2fbff.tar.gz
fsf-binutils-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/ChangeLog')
-rw-r--r--sim/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog
index 8e4d932..e850973 100644
--- a/sim/ChangeLog
+++ b/sim/ChangeLog
@@ -1,5 +1,10 @@
2021-04-03 Mike Frysinger <vapier@gentoo.org>
+ * Makefile.am (check_PROGRAMS, CLEANFILES, DISTCLEANFILES): Define.
+ * Makefile.in: Regenerated.
+
+2021-04-03 Mike Frysinger <vapier@gentoo.org>
+
* Makefile.am (SIM_PRIMARY_TARGET, AM_MAKEFLAGS): Define.
* configure.ac: Add --enable-targets option. Define SIM_PRIMARY_TARGET
and SIM_TARGET. Rewrite case statement with SIM_TARGET calls.