GDB (xrefs)
Loading...
Searching...
No Matches
Namespaces | Macros | Functions
style-selftests.c File Reference
#include "defs.h"
#include "gdbsupport/selftest.h"
#include "ui-style.h"

Go to the source code of this file.

Namespaces

namespace  selftests
 
namespace  selftests::style
 

Macros

#define CHECK_RGB(R, G, B)    SELF_CHECK (rgb[0] == (R) && rgb[1] == (G) && rgb[2] == (B))
 

Functions

static void selftests::style::run_tests ()
 
void _initialize_style_selftest ()
 

Macro Definition Documentation

◆ CHECK_RGB

#define CHECK_RGB ( R,
G,
B )    SELF_CHECK (rgb[0] == (R) && rgb[1] == (G) && rgb[2] == (B))

Definition at line 27 of file style-selftests.c.

Referenced by selftests::style::run_tests().

Function Documentation

◆ _initialize_style_selftest()

void _initialize_style_selftest ( )

Definition at line 106 of file style-selftests.c.

References selftests::style::run_tests().