source: trunk/libs/newlib/src/libgloss/testsuite/libgloss.all/.gdbinit @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 1.3 KB
Line 
1define wec-test
2set height 0
3set remotedebug 0
4echo Running array test...
5load array-w89k.x
6run
7echo Running double test...
8load double-w89k.x
9run
10echo Running float test...
11load float-w89k.x
12run
13echo Running func test...
14load func-w89k.x
15run
16echo Running io test...
17load io-w89k.x
18run
19echo Running math test...
20load math-w89k.x
21run
22echo Running memory test...
23load memory-w89k.x
24run
25echo Running div test...
26load div-w89k.x
27run
28echo Running struct test...
29load struct-w89k.x
30run
31echo Running printf test...
32load printf-w89k.x
33run
34echo Running varargs test...
35load varargs-w89k.x
36run
37echo Running varargs2 test...
38load varargs2-w89k.x
39run
40end
41
42define oki-test
43set height 0
44set remotedebug 0
45echo Running array test...
46load array-op50n.x
47run
48echo Running double test...
49load double-op50n.x
50run
51echo Running float test...
52load float-op50n.x
53run
54echo Running func test...
55load func-op50n.x
56run
57echo Running io test...
58load io-op50n.x
59run
60echo Running math test...
61load math-op50n.x
62run
63echo Running memory test...
64load memory-op50n.x
65run
66echo Running div test...
67load div-op50n.x
68run
69echo Running struct test...
70load struct-op50n.x
71run
72echo Running printf test...
73load printf-op50n.x
74run
75echo Running varargs test...
76load varargs-op50n.x
77run
78echo Running varargs2 test...
79load varargs2-op50n.x
80run
81end
82
Note: See TracBrowser for help on using the repository browser.