aboutsummaryrefslogtreecommitdiff
path: root/sim/configure.ac
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-17 11:13:37 -0500
committerMike Frysinger <vapier@gentoo.org>2021-03-07 15:54:53 -0500
commit6c57b87fc41c368cfa339ad8a879899ba3058e44 (patch)
tree720afd8c120b1fec39c0b6b9a54f614d381ec22b /sim/configure.ac
parent6bddc3e8b480773f84a6694605a00ad0b2cee0c1 (diff)
downloadfsf-binutils-gdb-6c57b87fc41c368cfa339ad8a879899ba3058e44.zip
fsf-binutils-gdb-6c57b87fc41c368cfa339ad8a879899ba3058e44.tar.gz
fsf-binutils-gdb-6c57b87fc41c368cfa339ad8a879899ba3058e44.tar.bz2
sim: testsuite: merge into toplevel automake
This allows us to delete most of our custom test logic, and avoids a recursive make for minor speed up.
Diffstat (limited to 'sim/configure.ac')
-rw-r--r--sim/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.ac b/sim/configure.ac
index de57796..2347852 100644
--- a/sim/configure.ac
+++ b/sim/configure.ac
@@ -152,5 +152,5 @@ if test "${enable_sim}" != no; then
fi
fi
-AC_CONFIG_FILES([Makefile testsuite/Makefile])
+AC_CONFIG_FILES([Makefile])
AC_OUTPUT