diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-02-01 22:48:16 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-02-01 22:48:16 +0000 |
commit | 51ba8a62abd7122d71178d3193cea4312287aa1f (patch) | |
tree | c61f78ec6e8581e884bd40b7f967b44767985fab /gdb/testsuite/gdb.ada/Makefile.in | |
parent | 2cfa0c8ddfd7564ce1695b9251408c7cde6004aa (diff) | |
download | gdb-51ba8a62abd7122d71178d3193cea4312287aa1f.zip gdb-51ba8a62abd7122d71178d3193cea4312287aa1f.tar.gz gdb-51ba8a62abd7122d71178d3193cea4312287aa1f.tar.bz2 |
* gdb.ada/nested/hello.adb: New file.
* gdb.ada/nested.exp: New testcase.
* gdb.ada/Makefile.in (EXECUTABLES): Update list.
Diffstat (limited to 'gdb/testsuite/gdb.ada/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.ada/Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.ada/Makefile.in b/gdb/testsuite/gdb.ada/Makefile.in index cbde096..f922ba4 100644 --- a/gdb/testsuite/gdb.ada/Makefile.in +++ b/gdb/testsuite/gdb.ada/Makefile.in @@ -11,6 +11,7 @@ EXECUTABLES = \ exec_changed/second \ fixed_points/fixed_points \ frame_args/foo \ + nested/hello \ null_record/null_record \ packed_array/pa \ print_chars/foo \ |