File: test-is-supported-true.c

package info (click to toggle)
gtk4-layer-shell 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 832 kB
  • sloc: ansic: 5,618; xml: 417; python: 407; makefile: 14
file content (10 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#include "integration-test-common.h"

static void callback_0() {
    ASSERT(gtk_layer_is_supported());
    ASSERT(gtk_layer_is_supported());
}

TEST_CALLBACKS(
    callback_0,
)