mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-14 07:30:18 +01:00
These test only the most basic aspect of parsing of function-like macros. Specifically, none of the definitions of these function like macros use the arguments of the function. No function-like macros are implemented yet, so all of these fail for now. |
||
|---|---|---|
| .. | ||
| 001-define.c | ||
| 002-define-chain.c | ||
| 003-define-chain-reverse.c | ||
| 004-define-recursive.c | ||
| 005-define-composite-chain.c | ||
| 006-define-composite-chain-reverse.c | ||
| 007-define-composite-recursive.c | ||
| 008-define-empty.c | ||
| 009-undef.c | ||
| 010-undef-re-define.c | ||
| 011-define-func-empty.c | ||
| 012-define-func-no-args.c | ||
| 013-define-func-1-arg-unused.c | ||
| 014-define-func-2-arg-unused.c | ||
| glcpp-test | ||