[Test] meson build updates.

This commit is contained in:
Dave Davenport 2021-06-15 12:45:02 +02:00 committed by Dave Davenport
parent c0ae3987ad
commit 2c36bffb4a
8 changed files with 8 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include "rofi.h"
#include "xrmoptions.h"
#include "helper.h"
#include "rofi-icon-fetcher.h"
unsigned int test =0;
#define TASSERT( a ) { \
assert ( a ); \

View File

@ -38,6 +38,7 @@
#include "rofi.h"
#include "settings.h"
#include "widgets/textbox.h"
#include "rofi-icon-fetcher.h"
static int test = 0;

View File

@ -39,6 +39,7 @@
#include "rofi.h"
#include "settings.h"
#include "widgets/textbox.h"
#include "rofi-icon-fetcher.h"
static int test = 0;

View File

@ -38,6 +38,7 @@
#include "rofi.h"
#include "settings.h"
#include "widgets/textbox.h"
#include "rofi-icon-fetcher.h"
static int test = 0;

View File

@ -38,6 +38,7 @@
#include "xcb-internal.h"
#include "rofi.h"
#include "settings.h"
#include "rofi-icon-fetcher.h"
static int test = 0;

View File

@ -41,6 +41,7 @@
#include "rofi.h"
#include "xrmoptions.h"
#include "helper.h"
#include "rofi-icon-fetcher.h"
unsigned int test =0;
#define TASSERT( a ) { \
assert ( a ); \

View File

@ -42,6 +42,7 @@
#include "settings.h"
#include "xrmoptions.h"
#include "rofi-icon-fetcher.h"
static int test = 0;
unsigned int normal_window_mode = 0;

View File

@ -38,6 +38,7 @@
#include "display.h"
#include "xrmoptions.h"
#include "xcb.h"
#include "rofi-icon-fetcher.h"
unsigned int test =0;
#define TASSERT( a ) { \
assert ( a ); \