wlmaker
Loading...
Searching...
No Matches
Macros | Functions | Variables
wlmaker_test.c File Reference
#include "decorations.h"
#include "menu.h"
#include "menu_item.h"
#include "workspace.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, "decorations", wlmaker_decorations_test_cases },
{ 1, "menu", wlmaker_menu_test_cases },
{ 1, "menu_item", wlmaker_menu_item_test_cases },
{ 1, "xwl_content", wlmaker_xwl_content_test_cases },
{ 0, "workspace", wlmaker_workspace_test_cases },
{ 0, NULL, NULL }
}
const bs_test_case_t wlmaker_decorations_test_cases[]
Definition decorations.c:468
const bs_test_case_t wlmaker_menu_test_cases[]
Definition menu.c:523
const bs_test_case_t wlmaker_menu_item_test_cases[]
Definition menu_item.c:233
const bs_test_case_t wlmaker_workspace_test_cases[]
Definition workspace.c:742
const bs_test_case_t wlmaker_xwl_content_test_cases[]
Definition xwl_content.c:725

WLMaker unit tests.