Searched refs:add_required_program (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/contrib/kyua/engine/
H A Drequirements_test.cpp436 .add_required_program(fs::path("/bin/ls"))
437 .add_required_program(fs::path("foo"))
438 .add_required_program(fs::path("/bin/mv"))
454 .add_required_program(fs::path("/non-existent/program"))
467 .add_required_program(fs::path("foo"))
468 .add_required_program(fs::path("bar"))
H A Datf_list_test.cpp92 .add_required_program(fs::path("/bin/ls"))
93 .add_required_program(fs::path("svn"))
/freebsd-current/contrib/kyua/store/
H A Dtransaction_test.cpp126 .add_required_program(fs::path("/bin/ls"))
127 .add_required_program(fs::path("cp"))
H A Dschema_inttest.cpp252 .add_required_program(fs::path("/bin/ls"))
253 .add_required_program(fs::path("cp"))
/freebsd-current/contrib/kyua/model/
H A Dmetadata.hpp107 metadata_builder& add_required_program(const utils::fs::path&);
H A Dmetadata_test.cpp101 .add_required_program(fs::path("1-program"))
106 .add_required_program(fs::path("2-program"))
/freebsd-current/contrib/kyua/drivers/
H A Dreport_junit_test.cpp208 .add_required_program(fs::path("prog1"))

Completed in 212 milliseconds