diff options
author | Per Bothner <per@bothner.com> | 1995-12-01 08:17:13 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1995-12-01 08:17:13 +0000 |
commit | da2cfeb098806854f2bb6da085cfba0f37892c16 (patch) | |
tree | 4d3b083f041713bce263ba4ea6f711b2228540e7 /gdb/testsuite/gdb.chill/Makefile.in | |
parent | a366d882c09d3fb36aafca0d3f9cc7aa1aa46dfe (diff) | |
download | gdb-da2cfeb098806854f2bb6da085cfba0f37892c16.zip gdb-da2cfeb098806854f2bb6da085cfba0f37892c16.tar.gz gdb-da2cfeb098806854f2bb6da085cfba0f37892c16.tar.bz2 |
* tests1.ch, tests1.exp, tests2.ch, tests2.exp, Makefile.in:
New (extensive) test cases.
* chexp.exp: Fix relations to return TRUE or FALSE.
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 f8c0dc6..3189910 100644 --- a/gdb/testsuite/gdb.chill/Makefile.in +++ b/gdb/testsuite/gdb.chill/Makefile.in @@ -1,7 +1,8 @@ srcdir = @srcdir@ VPATH = @srcdir@ -PROGS = callch.exe chillvars.exe misc.exe result.exe string.exe tuples.exe \ +PROGS = callch.exe chillvars.exe misc.exe result.exe string.exe \ + tests1.exe tests2.exe tuples.exe \ pr-4975.exe pr-5016.exe pr-5020.exe pr-5022.exe pr-5646.exe \ pr-5984.exe pr-6292.exe pr-6632.exe pr-8136.exe |