shouldCompileAndRun

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

  1. void shouldCompileAndRun(in C header, in C source, in D app, in RuntimeArgs args = RuntimeArgs())
    void
    shouldCompileAndRun
    (
    string file = __FILE__
    size_t line = __LINE__
    )
    (
    ,,
    in D app
    ,
    in RuntimeArgs args = RuntimeArgs()
    )
  2. void shouldCompileAndRun(in Cpp header, in Cpp source, in D app, in RuntimeArgs args = RuntimeArgs())

Meta