mes/scaffold/tests
Jan Nieuwenhuizen 25047c7606
test: Remove 30-test.i indirection.
* include/30-test.i: Remove.
* scaffold/tests/30-strlen.c: Remove 30-test.i indirection.
* scaffold/tests/31-eputs.c: Likewise.
* scaffold/tests/32-compare.c: Likewise.
* scaffold/tests/33-and-or.c: Likewise.
* scaffold/tests/34-pre-post.c: Likewise.
* scaffold/tests/35-compare-char.c: Likewise.
* scaffold/tests/36-compare-arithmetic.c: Likewise.
* scaffold/tests/37-compare-assign.c: Likewise.
* scaffold/tests/38-compare-call.c: Likewise.
* scaffold/tests/40-if-else.c: Likewise.
* scaffold/tests/41-?.c: Likewise.
* scaffold/tests/42-goto-label.c: Likewise.
* scaffold/tests/43-for-do-while.c: Likewise.
* scaffold/tests/44-switch.c: Likewise.
* scaffold/tests/45-void-call.c: Likewise.
* scaffold/tests/46-function-static.c: Likewise.
* scaffold/tests/50-assert.c: Likewise.
* scaffold/tests/51-strcmp.c: Likewise.
* scaffold/tests/52-itoa.c: Likewise.
* scaffold/tests/53-strcpy.c: Likewise.
* scaffold/tests/60-math.c: Likewise.
* scaffold/tests/63-struct-cell.c: Likewise.
* scaffold/tests/64-make-cell.c: Likewise.
* scaffold/tests/65-read.c: Likewise.
* scaffold/tests/66-local-char-array.c: Likewise.
* scaffold/tests/70-printf.c: Likewise.
* scaffold/tests/71-struct-array.c: Likewise.
* scaffold/tests/72-typedef-struct-def.c: Likewise.
* scaffold/tests/73-union.c: Likewise.
* scaffold/tests/74-multi-line-string.c: Likewise.
* scaffold/tests/75-struct-union.c: Likewise.
* scaffold/tests/76-pointer-arithmetic.c: Likewise.
* scaffold/tests/77-pointer-assign.c: Likewise.
* scaffold/tests/78-union-struct.c: Likewise.
* scaffold/tests/79-int-array.c: Likewise.
* scaffold/tests/7a-struct-char-array.c: Likewise.
* scaffold/tests/7b-struct-int-array.c: Likewise.
* scaffold/tests/7c-dynarray.c: Likewise.
* scaffold/tests/7d-cast-char.c: Likewise.
* scaffold/tests/7e-struct-array-access.c: Likewise.
* scaffold/tests/7f-struct-pointer-arithmetic.c: Likewise.
* scaffold/tests/7g-struct-byte-word-field.c: Likewise.
* scaffold/tests/7h-struct-assign.c: Likewise.
* scaffold/tests/7i-struct-struct.c: Likewise.
* scaffold/tests/7j-strtoull.c: Likewise.
* scaffold/tests/7k-for-each-elem.c: Likewise.
* scaffold/tests/7l-struct-any-size-array.c: Likewise.
* scaffold/tests/7m-struct-char-array-assign.c: Likewise.
* scaffold/tests/7n-struct-struct-array.c: Likewise.
* scaffold/tests/80-setjmp.c: Likewise.
* scaffold/tests/81-qsort.c: Likewise.
* scaffold/tests/86-strncpy.c: Likewise.
* scaffold/tests/87-sscanf.c: Likewise.
2018-08-15 18:01:14 +02:00
..
00-exit-0.c GNU Mes. 2018-07-22 14:24:36 +02:00
01-return-0.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
02-return-1.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
02-return-1.exit test: enable all tests, use expect count, add tinycc tests. 2018-05-01 16:50:29 +02:00
03-call.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
04-call-0.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
4a-char-array.c GNU Mes. 2018-07-22 14:24:36 +02:00
05-call-1.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
05-call-1.exit test: enable all tests, use expect count, add tinycc tests. 2018-05-01 16:50:29 +02:00
06-call-!1.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
07-include.c GNU Mes. 2018-07-22 14:24:36 +02:00
7a-struct-char-array.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7b-struct-int-array.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7c-dynarray.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7d-cast-char.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7e-struct-array-access.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7f-struct-pointer-arithmetic.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7g-struct-byte-word-field.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7h-struct-assign.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7i-struct-struct.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7j-strtoull.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7k-for-each-elem.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7l-struct-any-size-array.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7m-struct-char-array-assign.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7n-struct-struct-array.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
7o-struct-pre-post.c GNU Mes. 2018-07-22 14:24:36 +02:00
7p-struct-cast.c GNU Mes. 2018-07-22 14:24:36 +02:00
7q-bit-field.c GNU Mes. 2018-07-22 14:24:36 +02:00
7r-sign-extend.c GNU Mes. 2018-07-22 14:24:36 +02:00
7s-struct-short.c GNU Mes. 2018-07-22 14:24:36 +02:00
7s-unsigned-compare.c GNU Mes. 2018-07-22 14:24:36 +02:00
10-if-0.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
11-if-1.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
12-if-==.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
13-if-!=.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
14-if-goto.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
15-if-!f.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
16-if-t.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
20-while.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
21-char[].c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
22-while-char[].c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
23-pointer.c test: Remove 00-test.i indirection. 2018-08-15 17:27:11 +02:00
30-strlen.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
31-eputs.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
32-compare.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
33-and-or.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
34-pre-post.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
35-compare-char.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
36-compare-arithmetic.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
37-compare-assign.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
38-compare-call.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
40-if-else.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
41-?.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
42-goto-label.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
43-for-do-while.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
44-switch.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
45-void-call.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
46-function-static.c GNU Mes. 2018-07-22 14:24:36 +02:00
47-function-expression.c GNU Mes. 2018-07-22 14:24:36 +02:00
48-function-destruct.c GNU Mes. 2018-07-22 14:24:36 +02:00
49-global-static.c GNU Mes. 2018-07-22 14:24:36 +02:00
50-assert.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
51-strcmp.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
52-itoa.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
53-strcpy.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
54-argv.c GNU Mes. 2018-07-22 14:24:36 +02:00
60-math.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
61-array.c GNU Mes. 2018-07-22 14:24:36 +02:00
62-array.c GNU Mes. 2018-07-22 14:24:36 +02:00
63-struct-cell.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
64-make-cell.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
65-read.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
66-local-char-array.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
70-printf.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
71-struct-array.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
72-typedef-struct-def.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
73-union.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
74-multi-line-string.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
75-struct-union.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
76-pointer-arithmetic.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
77-pointer-assign.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
78-union-struct.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
79-int-array.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
80-setjmp.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
81-qsort.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
82-define.c Add missing copyright headers. 2018-07-23 19:10:34 +02:00
83-heterogenoous-init.c GNU Mes. 2018-07-22 14:24:36 +02:00
84-struct-field-list.c GNU Mes. 2018-07-22 14:24:36 +02:00
85-sizeof.c GNU Mes. 2018-07-22 14:24:36 +02:00
86-strncpy.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
87-sscanf.c test: Remove 30-test.i indirection. 2018-08-15 18:01:14 +02:00
88-strrchr.c GNU Mes. 2018-07-22 14:24:36 +02:00
90-goto-var.c Add missing copyright headers. 2018-07-23 19:10:34 +02:00
90-strpbrk.c GNU Mes. 2018-07-22 14:24:36 +02:00
91-fseek.c GNU Mes. 2018-07-22 14:24:36 +02:00
91-goto-array.c Add missing copyright headers. 2018-07-23 19:10:34 +02:00
92-stat.c GNU Mes. 2018-07-22 14:24:36 +02:00
93-fread-fwrite.c GNU Mes. 2018-07-22 14:24:36 +02:00
94-unsetenv.c GNU Mes. 2018-07-22 14:24:36 +02:00
95-signal.c GNU Mes. 2018-07-22 14:24:36 +02:00
96-strto.c GNU Mes. 2018-07-22 14:24:36 +02:00
97-fopen.c GNU Mes. 2018-07-22 14:24:36 +02:00
98-fopen.c GNU Mes. 2018-07-22 14:24:36 +02:00
exit-42.i GNU Mes. 2018-07-22 14:24:36 +02:00
t.c GNU Mes. 2018-07-22 14:24:36 +02:00