diff options
author | Per Bothner <per@bothner.com> | 1995-03-04 23:15:48 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-03-04 23:15:48 +0000 |
commit | 374887b40863c2ba64ae74c0a1cf7796c474928e (patch) | |
tree | 643e3e67c5f770b9d125164a639005109f177298 /gdb/testsuite/gdb.chill/Makefile.in | |
parent | f7a69ed7951d7cc3d2a5d93ff2eb2aef91c9637b (diff) | |
download | gdb-374887b40863c2ba64ae74c0a1cf7796c474928e.zip gdb-374887b40863c2ba64ae74c0a1cf7796c474928e.tar.gz gdb-374887b40863c2ba64ae74c0a1cf7796c474928e.tar.bz2 |
* callch.ch, callch.exp, Makefile.in: New test case.
Extended testing for PR 6292.
Diffstat (limited to 'gdb/testsuite/gdb.chill/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.chill/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.chill/Makefile.in b/gdb/testsuite/gdb.chill/Makefile.in index 7d5d8c2..4ed891e 100644 --- a/gdb/testsuite/gdb.chill/Makefile.in +++ b/gdb/testsuite/gdb.chill/Makefile.in @@ -94,7 +94,7 @@ CHILL_LIB = ` \ #### host, target, and site specific Makefile frags come in here. -EXECUTABLES = chillvars.exe misc.exe result.exe tuples.exe \ +EXECUTABLES = callch.exe chillvars.exe misc.exe result.exe tuples.exe \ pr-4975.exe pr-5016.exe pr-5020.exe pr-5022.exe pr-5646.exe pr-5984.exe \ pr-6292.exe |