1 #include "compile-test.hh"
5 CompileTest::CompileTest()
14 process_
.setBinary(OZULIS_BINARY
);
15 process_
.addArg(source
);
20 CompileTest::set(const std::string
& key
, const std::string
& value
)
25 super_t::set(key
, value
);
29 CompileTest::type() const
31 static std::string
type_("CompileTest");