Home
last modified time | relevance | path

Searched refs:getopt_app (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/atf/atf-c++/detail/
H A Dapplication_test.cpp34 class getopt_app : public atf::application::app { class
36 getopt_app(void) : app("description", "manpage") {} in getopt_app() function in getopt_app
84 ATF_REQUIRE_EQ(0, getopt_app().run(argc, argv)); in ATF_TEST_CASE_BODY()