OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [insight/] [gdb/] [testsuite/] [gdb.gdbtk/] [c_variable.exp] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 578 markom
# Copyright 1999, 2001 Red Hat, Inc.
2
#
3
# This program is free software; you can redistribute it and/or modify it
4
# under the terms of the GNU General Public License (GPL) as published by
5
# the Free Software Foundation; either version 2 of the License, or (at
6
# your option) any later version.
7
#
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
# GNU General Public License for more details.
12
 
13
if {[gdbtk_initialize_display]} {
14
  if {$tracelevel} {
15
    strace $tracelevel
16
  }
17
 
18
  #
19
  # test variable API
20
  #
21
  set prms_id 0
22
  set bug_id 0
23
 
24
  set testfile "c_variable"
25
  set srcfile ${testfile}.c
26
  set binfile ${objdir}/${subdir}/${testfile}
27
  set r [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug}]
28
  if  { $r != "" } {
29
    gdb_suppress_entire_file \
30
      "Testcase compile failed, so some tests in this file will automatically fail."
31
  }
32
 
33
  # Start with a fresh gdbtk
34
  gdb_exit
35
  set results [gdbtk_start [file join $srcdir $subdir ${testfile}.test]]
36
  set results [split $results \n]
37
 
38
  # Analyze results
39
  gdbtk_done $results
40
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.