shouldCompileAndRun

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

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

Meta