mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
[Test] meson build updates.
This commit is contained in:
parent
c0ae3987ad
commit
2c36bffb4a
8 changed files with 8 additions and 0 deletions
|
@ -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 ); \
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include "rofi.h"
|
||||
#include "settings.h"
|
||||
#include "widgets/textbox.h"
|
||||
#include "rofi-icon-fetcher.h"
|
||||
|
||||
static int test = 0;
|
||||
|
||||
|
|
|
@ -39,6 +39,7 @@
|
|||
#include "rofi.h"
|
||||
#include "settings.h"
|
||||
#include "widgets/textbox.h"
|
||||
#include "rofi-icon-fetcher.h"
|
||||
|
||||
static int test = 0;
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include "rofi.h"
|
||||
#include "settings.h"
|
||||
#include "widgets/textbox.h"
|
||||
#include "rofi-icon-fetcher.h"
|
||||
|
||||
static int test = 0;
|
||||
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
#include "xcb-internal.h"
|
||||
#include "rofi.h"
|
||||
#include "settings.h"
|
||||
#include "rofi-icon-fetcher.h"
|
||||
|
||||
static int test = 0;
|
||||
|
||||
|
|
|
@ -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 ); \
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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 ); \
|
||||
|
|
Loading…
Reference in a new issue