/******************************************************************************* * Copyright (c) 2010 Ericsson and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at * http://www.eclipse.org/legal/epl-v10.html * * Contributors: * Ericsson AB - Initial implementation of Test cases *******************************************************************************/ package org.eclipse.cdt.tests.dsf.gdb.tests; public interface ITestConstants { public static final String SUFFIX_GDB_6_6 = "6.6"; public static final String SUFFIX_GDB_6_7 = "6.7"; public static final String SUFFIX_GDB_6_8 = "6.8"; public static final String SUFFIX_GDB_7_0 = "7.0"; public static final String SUFFIX_GDB_7_1 = "7.1"; public static final String SUFFIX_GDB_7_2 = "7.2"; public static final String SUFFIX_GDB_7_3 = "7.3"; }