|
C-Menu 0.2.9
A User Interface Toolkit
|
Compile-time and smoke-test conformance test for the UALUI API. More...
Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
Functions | |
| int | main (void) |
Compile-time and smoke-test conformance test for the UALUI API.
This program verifies that:
Build with the NCurses backend: gcc -std=c23 -I../include -I. \ ui_conformance_test.c ui_ncurses.c ui_ncurses_draw.c \ ui_ncurses_input.c ../ual/ui_layout.c \ $(pkg-config –cflags –libs panelw ncursesw) -o conformance_ncurses
Build with the NotCurses backend: gcc -std=c23 -I../include -I. \ ui_conformance_test.c ui_notcurses.c ui_notcurses_draw.c \ ui_notcurses_input.c ../ual/ui_layout.c \ $(pkg-config –cflags –libs notcurses) -o conformance_notcurses
Definition in file ui_conformance_test.c.
| #define _GNU_SOURCE |
Definition at line 27 of file ui_conformance_test.c.
| int main | ( | void | ) |
Definition at line 155 of file ui_conformance_test.c.