README.adoc
1// Copyright 2017-2022 The Khronos Group Inc.
2//
3// SPDX-License-Identifier: CC-BY-4.0
4
5ifdef::env-github[]
6:note-caption: :information_source:
7endif::[]
8
9= Vulkan^(R)^ API Header Tests
10
11This directory contains simple compilation tests used by the CI script
12(../.gitlab-ci.yml) for the Vulkan C headers generated here, and the
13Vulkan-Hpp C++ headers generated by that project:
14
15[options="compact"]
16 * htest.c - test C headers, including all Vulkan platform headers
17 ** ggp_c/, wayland-client.h, windows.h, X11/, xcb/, zircon/, screen/ -
18 fake platform headers used when compiling in an environment without
19 the actual platform headers.
20 * hpptest.cpp - test C++ headers
21
22The 'make test' target in ../xml also builds the C header test.
23