diff options
author | Andrew Cagney <cagney@redhat.com> | 1997-03-24 06:59:54 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 1997-03-24 06:59:54 +0000 |
commit | 00729fe3c5f8d99a3815fefcae6924ead46c5bff (patch) | |
tree | 2f3ac4cc96b67134b3aebe7a1b55cad5a82e95d6 /sim/configure.in | |
parent | 139d457d4e03a8ce380ed2f538bfa577e6b97774 (diff) | |
download | gdb-00729fe3c5f8d99a3815fefcae6924ead46c5bff.zip gdb-00729fe3c5f8d99a3815fefcae6924ead46c5bff.tar.gz gdb-00729fe3c5f8d99a3815fefcae6924ead46c5bff.tar.bz2 |
Enable testsuite in sim directory.
Diffstat (limited to 'sim/configure.in')
-rw-r--r-- | sim/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/configure.in b/sim/configure.in index 89bc21f..4ce0c84 100644 --- a/sim/configure.in +++ b/sim/configure.in @@ -52,7 +52,7 @@ case "${target}" in d30v-*-*) sim_target=d30v only_if_gcc=yes - extra_subdirs="${extra_subdirs} igen" + extra_subdirs="${extra_subdirs} igen testsuite" ;; # end-sanitize-d30v h8300*-*-*) sim_target=h8300 ;; |