it

Integration tests.

Modules

c
module it.c
cpp
module it.cpp

Members

Functions

shouldCompile
void shouldCompile(in Cpp header, in D app)

Convenience function in the typical case that a test has a C header and a D main file.

shouldCompile
void shouldCompile(in C header, in D app)

Convenience function in the typical case that a test has a C header and a D main file.

shouldCompileAndRun
void shouldCompileAndRun(in C header, in C source, in D app, in RuntimeArgs args = RuntimeArgs())

Convenience function in the typical case that a test has a C header and a D main file.

shouldCompileAndRun
void shouldCompileAndRun(in Cpp header, in Cpp source, in D app, in RuntimeArgs args = RuntimeArgs())

Convenience function in the typical case that a test has a C header and a D main file.

Structs

C
struct C

C code

Cpp
struct Cpp

C++ code

D
struct D

D code

Meta