diff options
author | Per Bothner <per@bothner.com> | 1995-03-08 03:29:55 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-03-08 03:29:55 +0000 |
commit | 34410e95418fbd77a6632276893177b8632e9a03 (patch) | |
tree | e7274503ff38da9af3017f33a2d972bed88afa0b /gdb/testsuite/gdb.chill/Makefile.in | |
parent | 830a65b3fff2bb9cda868069dd1f8ee92303fe49 (diff) | |
download | gdb-34410e95418fbd77a6632276893177b8632e9a03.zip gdb-34410e95418fbd77a6632276893177b8632e9a03.tar.gz gdb-34410e95418fbd77a6632276893177b8632e9a03.tar.bz2 |
* string.ch, string.exp, Makefile.in: New test case.
This is PR 5696.
Diffstat (limited to 'gdb/testsuite/gdb.chill/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.chill/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in index 4ed891e..d6b0310 100644 --- a/gdb/testsuite/gdb.chill/Makefile.in +++ b/gdb/testsuite/gdb.chill/Makefile.in @@ -94,7 +94,8 @@ CHILL_LIB = ` \ #### host, target, and site specific Makefile frags come in here. -EXECUTABLES = callch.exe chillvars.exe misc.exe result.exe tuples.exe \ +EXECUTABLES = callch.exe chillvars.exe misc.exe \ + result.exe string.exe tuples.exe \ pr-4975.exe pr-5016.exe pr-5020.exe pr-5022.exe pr-5646.exe pr-5984.exe \ pr-6292.exe |