mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 05:10:17 +01:00
These 3 new tests are modeled after 3 existing tests but made slightly more complex since now instead of definining a new macro to be an existing macro, we define it to be replaced with two tokens, (one a literal, and one an existing macro). These tests all fail currently because the replacement lookup is currently happening on the basis of the entire replacement string rather than on a list of tokens. |
||
|---|---|---|
| .. | ||
| 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 | ||
| glcpp-test | ||