diff options
author | Pedro Alves <palves@redhat.com> | 2007-03-28 00:32:41 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2007-03-28 00:32:41 +0000 |
commit | 297561aca9c6ac975b345ae037fefb547da56a2a (patch) | |
tree | f42bc80bb04d1277ab6f2256dddb7b664c181035 /gdb/testsuite/gdb.cp/Makefile.in | |
parent | 53c5240fe15861d08db96684b1a06c4b4ecb1958 (diff) | |
download | gdb-297561aca9c6ac975b345ae037fefb547da56a2a.zip gdb-297561aca9c6ac975b345ae037fefb547da56a2a.tar.gz gdb-297561aca9c6ac975b345ae037fefb547da56a2a.tar.bz2 |
* gdb.cp/method2.cc: New test.
* gdb.cp/method2.exp: New test.
* gdb.cp/Makefile.in (EXECUTABLES): Add method2.
Diffstat (limited to 'gdb/testsuite/gdb.cp/Makefile.in')
-rw-r--r-- | gdb/testsuite/gdb.cp/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/testsuite/gdb.cp/Makefile.in b/gdb/testsuite/gdb.cp/Makefile.in index 0684650..f4a989c 100644 --- a/gdb/testsuite/gdb.cp/Makefile.in +++ b/gdb/testsuite/gdb.cp/Makefile.in @@ -4,7 +4,7 @@ srcdir = @srcdir@ EXECUTABLES = ambiguous annota2 anon-union cplusfuncs cttiadd \ derivation inherit local member-ptr method misc \ overload ovldbreak ref-typ ref-typ2 templates userdef virtfunc namespace \ - ref-types ref-params + ref-types ref-params method2 all info install-info dvi install uninstall installcheck check: @echo "Nothing to be done for $@..." |