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