From 797697ad62905cd4f226a2938bf0ba3657be8ea5 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Fri, 4 Feb 2011 15:22:29 +0000 Subject: [PATCH] Bug 336008: [tests] JUnit tests for launch configuration and restart --- .../data/launch/bin/.cvsignore | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/bin/.cvsignore b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/bin/.cvsignore index 89fd0c9f29a..a9a223ba93b 100644 --- a/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/bin/.cvsignore +++ b/dsf-gdb/org.eclipse.cdt.tests.dsf.gdb/data/launch/bin/.cvsignore @@ -1,8 +1,9 @@ BreakpointTestApp.exe -SpecialTestApp.exe -GDBMIGenericTestApp.exe -MemoryTestApp.exe +CatchpointTestApp.exe ExpressionTestApp.exe +GDBMIGenericTestApp.exe +LaunchConfigurationAndRestartTestApp.exe +MemoryTestApp.exe MultiThread.exe -TracepointTestApp.exe -CatchpointTestApp.exe \ No newline at end of file +SpecialTestApp.exe +TracepointTestApp.exe \ No newline at end of file