wlmaker
Loading...
Searching...
No Matches
Macros | Functions | Variables
wlmaker_test.c File Reference
#include "action.h"
#include "clip.h"
#include "config.h"
#include "corner.h"
#include "dock.h"
#include "keyboard.h"
#include "launcher.h"
#include "layer_panel.h"
#include "xwl_content.h"
Include dependency graph for wlmaker_test.c:

Macros

#define TEST_DATA_DIR   "./"
 

Functions

int main (int argc, const char **argv)
 

Variables

const bs_test_set_t wlmaker_tests []
 

Detailed Description

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Macro Definition Documentation

◆ TEST_DATA_DIR

#define TEST_DATA_DIR   "./"

Directory root for looking up test data. See bs_test_resolve_path.

Function Documentation

◆ main()

int main ( int argc,
const char ** argv )

Main program, runs the unit tests.

Variable Documentation

◆ wlmaker_tests

const bs_test_set_t wlmaker_tests[]
Initial value:
= {
{ 1, "action", wlmaker_action_test_cases },
{ 1, "clip", wlmaker_clip_test_cases },
{ 1, "config", wlmaker_config_test_cases },
{ 1, "corner", wlmaker_corner_test_cases },
{ 1, "dock", wlmaker_dock_test_cases },
{ 1, "launc her", wlmaker_launcher_test_cases},
{ 1, "layer_panel", wlmaker_layer_panel_test_cases },
{ 1, "server", wlmaker_server_test_cases },
{ 1, "xwl_content", wlmaker_xwl_content_test_cases },
{ 0, NULL, NULL }
}
const bs_test_case_t wlmaker_action_test_cases[]
Definition action.c:447
const bs_test_case_t wlmaker_clip_test_cases[]
Definition clip.c:739
const bs_test_case_t wlmaker_config_test_cases[]
Definition config.c:467
const bs_test_case_t wlmaker_corner_test_cases[]
Definition corner.c:409
const bs_test_case_t wlmaker_dock_test_cases[]
Definition dock.c:219
const bs_test_case_t wlmaker_launcher_test_cases[]
Definition launcher.c:538
const bs_test_case_t wlmaker_layer_panel_test_cases[]
Definition layer_panel.c:495
const bs_test_case_t wlmaker_server_test_cases[]
Definition server.c:774
const bs_test_case_t wlmaker_xwl_content_test_cases[]
Definition xwl_content.c:727

WLMaker unit tests.