mes/scaffold/tests
Jan Nieuwenhuizen 03e479e30a
test: Remove 00-test.i indirection.
* include/00-test.i: Remove.
* scaffold/tests/01-return-0.c: Remove 00-test.i indirection.
* scaffold/tests/02-return-1.c: Likewise.
* scaffold/tests/03-call.c: Likewise.
* scaffold/tests/04-call-0.c: Likewise.
* scaffold/tests/05-call-1.c: Likewise.
* scaffold/tests/06-call-!1.c: Likewise.
* scaffold/tests/10-if-0.c: Likewise.
* scaffold/tests/11-if-1.c: Likewise.
* scaffold/tests/12-if-==.c: Likewise.
* scaffold/tests/13-if-!=.c: Likewise.
* scaffold/tests/14-if-goto.c: Likewise.
* scaffold/tests/15-if-!f.c: Likewise.
* scaffold/tests/16-if-t.c: Likewise.
* scaffold/tests/20-while.c: Likewise.
* scaffold/tests/21-char[].c: Likewise.
* scaffold/tests/22-while-char[].c: Likewise.
* scaffold/tests/23-pointer.c: Likewise.
2018-08-15 17:27:11 +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 GNU Mes. 2018-07-22 14:24:36 +02:00
7b-struct-int-array.c GNU Mes. 2018-07-22 14:24:36 +02:00
7c-dynarray.c GNU Mes. 2018-07-22 14:24:36 +02:00
7d-cast-char.c GNU Mes. 2018-07-22 14:24:36 +02:00
7e-struct-array-access.c GNU Mes. 2018-07-22 14:24:36 +02:00
7f-struct-pointer-arithmetic.c GNU Mes. 2018-07-22 14:24:36 +02:00
7g-struct-byte-word-field.c GNU Mes. 2018-07-22 14:24:36 +02:00
7h-struct-assign.c GNU Mes. 2018-07-22 14:24:36 +02:00
7i-struct-struct.c GNU Mes. 2018-07-22 14:24:36 +02:00
7j-strtoull.c GNU Mes. 2018-07-22 14:24:36 +02:00
7k-for-each-elem.c GNU Mes. 2018-07-22 14:24:36 +02:00
7l-struct-any-size-array.c GNU Mes. 2018-07-22 14:24:36 +02:00
7m-struct-char-array-assign.c GNU Mes. 2018-07-22 14:24:36 +02:00
7n-struct-struct-array.c GNU Mes. 2018-07-22 14:24:36 +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 GNU Mes. 2018-07-22 14:24:36 +02:00
31-eputs.c GNU Mes. 2018-07-22 14:24:36 +02:00
32-compare.c GNU Mes. 2018-07-22 14:24:36 +02:00
33-and-or.c GNU Mes. 2018-07-22 14:24:36 +02:00
34-pre-post.c GNU Mes. 2018-07-22 14:24:36 +02:00
35-compare-char.c GNU Mes. 2018-07-22 14:24:36 +02:00
36-compare-arithmetic.c GNU Mes. 2018-07-22 14:24:36 +02:00
37-compare-assign.c GNU Mes. 2018-07-22 14:24:36 +02:00
38-compare-call.c GNU Mes. 2018-07-22 14:24:36 +02:00
40-if-else.c GNU Mes. 2018-07-22 14:24:36 +02:00
41-?.c GNU Mes. 2018-07-22 14:24:36 +02:00
42-goto-label.c GNU Mes. 2018-07-22 14:24:36 +02:00
43-for-do-while.c GNU Mes. 2018-07-22 14:24:36 +02:00
44-switch.c GNU Mes. 2018-07-22 14:24:36 +02:00
45-void-call.c GNU Mes. 2018-07-22 14:24:36 +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 GNU Mes. 2018-07-22 14:24:36 +02:00
51-strcmp.c GNU Mes. 2018-07-22 14:24:36 +02:00
52-itoa.c GNU Mes. 2018-07-22 14:24:36 +02:00
53-strcpy.c GNU Mes. 2018-07-22 14:24:36 +02:00
54-argv.c GNU Mes. 2018-07-22 14:24:36 +02:00
60-math.c GNU Mes. 2018-07-22 14:24:36 +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 GNU Mes. 2018-07-22 14:24:36 +02:00
64-make-cell.c GNU Mes. 2018-07-22 14:24:36 +02:00
65-read.c GNU Mes. 2018-07-22 14:24:36 +02:00
66-local-char-array.c GNU Mes. 2018-07-22 14:24:36 +02:00
70-printf.c GNU Mes. 2018-07-22 14:24:36 +02:00
71-struct-array.c GNU Mes. 2018-07-22 14:24:36 +02:00
72-typedef-struct-def.c GNU Mes. 2018-07-22 14:24:36 +02:00
73-union.c GNU Mes. 2018-07-22 14:24:36 +02:00
74-multi-line-string.c GNU Mes. 2018-07-22 14:24:36 +02:00
75-struct-union.c GNU Mes. 2018-07-22 14:24:36 +02:00
76-pointer-arithmetic.c GNU Mes. 2018-07-22 14:24:36 +02:00
77-pointer-assign.c GNU Mes. 2018-07-22 14:24:36 +02:00
78-union-struct.c GNU Mes. 2018-07-22 14:24:36 +02:00
79-int-array.c GNU Mes. 2018-07-22 14:24:36 +02:00
80-setjmp.c GNU Mes. 2018-07-22 14:24:36 +02:00
81-qsort.c GNU Mes. 2018-07-22 14:24:36 +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 GNU Mes. 2018-07-22 14:24:36 +02:00
87-sscanf.c GNU Mes. 2018-07-22 14:24:36 +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