Files
yoga/src/Layout-test-utils.h

19 lines
630 B
C
Raw Normal View History

/**
* Copyright (c) 2014, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
2014-04-28 12:36:36 -07:00
#include "Layout.h"
#include <stdio.h>
#include <string.h>
void test(const char *name, css_node_t *style, css_node_t *expected_layout);
2014-09-26 20:08:37 -07:00
int tests_finished(void);
css_dim_t measure(void *context, float width, float height);
2014-09-11 09:23:30 -07:00
void init_css_node_children(css_node_t *node, int children_count);
css_node_t *new_test_css_node(void);