it

Integration tests.

Modules

c
module it.c
cpp
module it.cpp
docs
module it.docs
Undocumented in source.
expansion
module it.expansion
Undocumented in source.
issues
module it.issues

Github issues.

Public Imports

unit_threaded
public import unit_threaded;
Undocumented in source.

Members

Aliases

WIP2
alias WIP2 = ShouldFail
Undocumented in source.
shouldRun
alias shouldRun = shouldCompileAndRun
Undocumented in source.

Enums

WIP2
enum WIP2
Undocumented in source.

Functions

shouldCompile
string shouldCompile(D dCode)
Undocumented in source. Be warned that the author may not have intended to support it.
shouldCompile
void shouldCompile(C header, D app, string[] cmdLineArgs)

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

shouldCompile
void shouldCompile(Cpp header, D app, string[] cmdLineArgs)

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

shouldCompileAndRun
void shouldCompileAndRun(C header, C cSource, D app, RuntimeArgs args)

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

shouldCompileAndRun
void shouldCompileAndRun(Cpp header, Cpp cppSource, D app, RuntimeArgs args)

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

shouldNotCompile
void shouldNotCompile(C header, D app)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

objectFileExtension
enum objectFileExtension;
Undocumented in source.
objectFileExtension
enum objectFileExtension;
Undocumented in source.

Mixin templates

shouldCompile
mixintemplate shouldCompile(D dCode)
Undocumented in source.

Structs

C
struct C

C code

Cpp
struct Cpp

C++ code

D
struct D

D code

DFlags
struct DFlags
Undocumented in source.
IncludeSandbox
struct IncludeSandbox
Undocumented in source.
RuntimeArgs
struct RuntimeArgs
Undocumented in source.

Meta