On Sat, Dec 13, 2014 at 02:36:12PM +0300, Sergey Bronnikov wrote:
> Please take a look
> 

Once kyua-testers has been included, the needed add '@pkgpath 
devel/kyua-testers'
in PLIST, if I'm not mistaken.

And what about that name changed? Need @pkgpath? quirks?
Masters need your help :)

> On 17:45 Sun 16 Nov , Sergey Bronnikov wrote:
> > Updated to the new version.
> > Changes are:
> > - kyua-testers package is now obsolete and don't required
> > for kyua
> > - kyua-cli was renamed to kyua
> > More here https://github.com/jmmv/kyua/releases/tag/kyua-0.11
> > 
> > 
> > Sergey B.
> 
> > Index: devel/kyua-cli/Makefile
> > ===================================================================
> > RCS file: /cvs/ports/devel/kyua-cli/Makefile,v
> > retrieving revision 1.1.1.1
> > diff -u -p -r1.1.1.1 Makefile
> > --- devel/kyua-cli/Makefile 16 Mar 2014 11:28:11 -0000      1.1.1.1
> > +++ devel/kyua-cli/Makefile 12 Nov 2014 15:58:12 -0000
> > @@ -1,7 +1,7 @@
> >  # $OpenBSD: Makefile,v 1.1.1.1 2014/03/16 11:28:11 sthen Exp $
> >  
> >  COMMENT =          testing framework
> > -DISTNAME =         kyua-cli-0.8
> > +DISTNAME =         kyua-0.11
> >  
> >  CATEGORIES =               devel
> >  HOMEPAGE =         https://github.com/jmmv/kyua
> > @@ -19,8 +19,6 @@ MODULES =         lang/lua
> >  MODLUA_SA =                Yes
> >  
> >  BUILD_DEPENDS =            ${RUN_DEPENDS}
> > -
> > -RUN_DEPENDS =              devel/kyua-testers
> >  
> >  LIB_DEPENDS =              devel/atf
> >  
> > Index: devel/kyua-cli/distinfo
> > ===================================================================
> > RCS file: /cvs/ports/devel/kyua-cli/distinfo,v
> > retrieving revision 1.1.1.1
> > diff -u -p -r1.1.1.1 distinfo
> > --- devel/kyua-cli/distinfo 16 Mar 2014 11:28:11 -0000      1.1.1.1
> > +++ devel/kyua-cli/distinfo 12 Nov 2014 15:58:12 -0000
> > @@ -1,2 +1,2 @@
> > -SHA256 (kyua-cli-0.8.tar.gz) = KPkJKeS3OVm90IodP1zn534OT8mXjRCxsHkWBCjXcLM=
> > -SIZE (kyua-cli-0.8.tar.gz) = 496577
> > +SHA256 (kyua-0.11.tar.gz) = K4tkpFi2Qt91CG7rc+gHPRBbjZz/BMmxqQW2i8hQJWA=
> > +SIZE (kyua-0.11.tar.gz) = 611865
> > Index: devel/kyua-cli/pkg/PLIST
> > ===================================================================
> > RCS file: /cvs/ports/devel/kyua-cli/pkg/PLIST,v
> > retrieving revision 1.1.1.1
> > diff -u -p -r1.1.1.1 PLIST
> > --- devel/kyua-cli/pkg/PLIST        16 Mar 2014 11:28:11 -0000      1.1.1.1
> > +++ devel/kyua-cli/pkg/PLIST        12 Nov 2014 15:58:12 -0000
> > @@ -1,5 +1,8 @@
> >  @comment $OpenBSD: PLIST,v 1.1.1.1 2014/03/16 11:28:11 sthen Exp $
> >  @bin bin/kyua
> > +@bin libexec/kyua-atf-tester
> > +@bin libexec/kyua-plain-tester
> > +@bin libexec/kyua-tap-tester
> >  @man man/man1/kyua-about.1
> >  @man man/man1/kyua-config.1
> >  @man man/man1/kyua-db-exec.1
> > @@ -8,178 +11,212 @@
> >  @man man/man1/kyua-help.1
> >  @man man/man1/kyua-list.1
> >  @man man/man1/kyua-report-html.1
> > +@man man/man1/kyua-report-junit.1
> >  @man man/man1/kyua-report.1
> >  @man man/man1/kyua-test.1
> >  @man man/man1/kyua.1
> >  @man man/man5/kyua.conf.5
> >  @man man/man5/kyuafile.5
> > -@man man/man7/kyua-build-root.7
> > -@man man/man7/kyua-test-filters.7
> > -share/doc/kyua-cli/
> > -share/doc/kyua-cli/AUTHORS
> > -share/doc/kyua-cli/COPYING
> > -share/doc/kyua-cli/NEWS
> > -share/doc/kyua-cli/README
> > -share/kyua-cli/
> > -share/kyua-cli/examples/
> > -share/kyua-cli/examples/Kyuafile.top
> > -share/kyua-cli/examples/kyua.conf
> > -share/kyua-cli/misc/
> > -share/kyua-cli/misc/context.html
> > -share/kyua-cli/misc/index.html
> > -share/kyua-cli/misc/report.css
> > -share/kyua-cli/misc/test_result.html
> > -share/kyua-cli/store/
> > -share/kyua-cli/store/migrate_v1_v2.sql
> > -share/kyua-cli/store/schema_v2.sql
> > -tests/kyua-cli/
> > -tests/kyua-cli/Kyuafile
> > -tests/kyua-cli/bootstrap/
> > -tests/kyua-cli/bootstrap/Kyuafile
> > -@bin tests/kyua-cli/bootstrap/atf_helpers
> > -@bin tests/kyua-cli/bootstrap/plain_helpers
> > -tests/kyua-cli/bootstrap/testsuite
> > -tests/kyua-cli/cli/
> > -tests/kyua-cli/cli/Kyuafile
> > -@bin tests/kyua-cli/cli/cmd_about_test
> > -@bin tests/kyua-cli/cli/cmd_config_test
> > -@bin tests/kyua-cli/cli/cmd_db_exec_test
> > -@bin tests/kyua-cli/cli/cmd_db_migrate_test
> > -@bin tests/kyua-cli/cli/cmd_debug_test
> > -@bin tests/kyua-cli/cli/cmd_help_test
> > -@bin tests/kyua-cli/cli/cmd_list_test
> > -@bin tests/kyua-cli/cli/cmd_report_html_test
> > -@bin tests/kyua-cli/cli/cmd_report_test
> > -@bin tests/kyua-cli/cli/cmd_test_test
> > -@bin tests/kyua-cli/cli/common_test
> > -@bin tests/kyua-cli/cli/config_test
> > -@bin tests/kyua-cli/cli/main_test
> > -tests/kyua-cli/engine/
> > -tests/kyua-cli/engine/Kyuafile
> > -@bin tests/kyua-cli/engine/action_test
> > -@bin tests/kyua-cli/engine/config_test
> > -@bin tests/kyua-cli/engine/context_test
> > -tests/kyua-cli/engine/drivers/
> > -tests/kyua-cli/engine/drivers/Kyuafile
> > -@bin tests/kyua-cli/engine/drivers/debug_test_test
> > -@bin tests/kyua-cli/engine/drivers/list_tests_helpers
> > -@bin tests/kyua-cli/engine/drivers/list_tests_test
> > -@bin tests/kyua-cli/engine/drivers/run_tests_test
> > -@bin tests/kyua-cli/engine/drivers/scan_action_test
> > -@bin tests/kyua-cli/engine/exceptions_test
> > -@bin tests/kyua-cli/engine/filters_test
> > -@bin tests/kyua-cli/engine/kyuafile_test
> > -@bin tests/kyua-cli/engine/metadata_test
> > -@bin tests/kyua-cli/engine/test_case_atf_helpers
> > -@bin tests/kyua-cli/engine/test_case_plain_helpers
> > -@bin tests/kyua-cli/engine/test_case_test
> > -@bin tests/kyua-cli/engine/test_program_test
> > -@bin tests/kyua-cli/engine/test_result_test
> > -@bin tests/kyua-cli/engine/testers_test
> > -tests/kyua-cli/examples/
> > -tests/kyua-cli/examples/Kyuafile
> > -@bin tests/kyua-cli/examples/syntax_test
> > -tests/kyua-cli/integration/
> > -tests/kyua-cli/integration/Kyuafile
> > -tests/kyua-cli/integration/cmd_about_test
> > -tests/kyua-cli/integration/cmd_config_test
> > -tests/kyua-cli/integration/cmd_db_exec_test
> > -tests/kyua-cli/integration/cmd_db_migrate_test
> > -tests/kyua-cli/integration/cmd_debug_test
> > -tests/kyua-cli/integration/cmd_help_test
> > -tests/kyua-cli/integration/cmd_list_test
> > -tests/kyua-cli/integration/cmd_report_html_test
> > -tests/kyua-cli/integration/cmd_report_test
> > -tests/kyua-cli/integration/cmd_test_test
> > -tests/kyua-cli/integration/global_test
> > -tests/kyua-cli/integration/helpers/
> > -@bin tests/kyua-cli/integration/helpers/bad_test_program
> > -@bin tests/kyua-cli/integration/helpers/bogus_test_cases
> > -@bin tests/kyua-cli/integration/helpers/config
> > -@bin tests/kyua-cli/integration/helpers/expect_all_pass
> > -@bin tests/kyua-cli/integration/helpers/expect_some_fail
> > -@bin tests/kyua-cli/integration/helpers/interrupts
> > -@bin tests/kyua-cli/integration/helpers/metadata
> > -@bin tests/kyua-cli/integration/helpers/simple_all_pass
> > -@bin tests/kyua-cli/integration/helpers/simple_some_fail
> > -tests/kyua-cli/store/
> > -tests/kyua-cli/store/Kyuafile
> > -@bin tests/kyua-cli/store/backend_test
> > -@bin tests/kyua-cli/store/dbtypes_test
> > -@bin tests/kyua-cli/store/exceptions_test
> > -@bin tests/kyua-cli/store/metadata_test
> > -@bin tests/kyua-cli/store/schema_inttest
> > -tests/kyua-cli/store/schema_v1.sql
> > -tests/kyua-cli/store/testdata_v1.sql
> > -tests/kyua-cli/store/testdata_v2.sql
> > -@bin tests/kyua-cli/store/transaction_test
> > -tests/kyua-cli/utils/
> > -tests/kyua-cli/utils/Kyuafile
> > -@bin tests/kyua-cli/utils/auto_array_test
> > -tests/kyua-cli/utils/cmdline/
> > -tests/kyua-cli/utils/cmdline/Kyuafile
> > -@bin tests/kyua-cli/utils/cmdline/base_command_test
> > -@bin tests/kyua-cli/utils/cmdline/commands_map_test
> > -@bin tests/kyua-cli/utils/cmdline/exceptions_test
> > -@bin tests/kyua-cli/utils/cmdline/globals_test
> > -@bin tests/kyua-cli/utils/cmdline/options_test
> > -@bin tests/kyua-cli/utils/cmdline/parser_test
> > -@bin tests/kyua-cli/utils/cmdline/ui_test
> > -tests/kyua-cli/utils/config/
> > -tests/kyua-cli/utils/config/Kyuafile
> > -@bin tests/kyua-cli/utils/config/exceptions_test
> > -@bin tests/kyua-cli/utils/config/keys_test
> > -@bin tests/kyua-cli/utils/config/lua_module_test
> > -@bin tests/kyua-cli/utils/config/nodes_test
> > -@bin tests/kyua-cli/utils/config/parser_test
> > -@bin tests/kyua-cli/utils/config/tree_test
> > -@bin tests/kyua-cli/utils/datetime_test
> > -@bin tests/kyua-cli/utils/env_test
> > -tests/kyua-cli/utils/format/
> > -tests/kyua-cli/utils/format/Kyuafile
> > -@bin tests/kyua-cli/utils/format/exceptions_test
> > -@bin tests/kyua-cli/utils/format/formatter_test
> > -tests/kyua-cli/utils/fs/
> > -tests/kyua-cli/utils/fs/Kyuafile
> > -@bin tests/kyua-cli/utils/fs/auto_cleaners_test
> > -@bin tests/kyua-cli/utils/fs/exceptions_test
> > -@bin tests/kyua-cli/utils/fs/lua_module_test
> > -@bin tests/kyua-cli/utils/fs/operations_test
> > -@bin tests/kyua-cli/utils/fs/path_test
> > -tests/kyua-cli/utils/logging/
> > -tests/kyua-cli/utils/logging/Kyuafile
> > -@bin tests/kyua-cli/utils/logging/macros_test
> > -@bin tests/kyua-cli/utils/logging/operations_test
> > -@bin tests/kyua-cli/utils/memory_test
> > -@bin tests/kyua-cli/utils/optional_test
> > -@bin tests/kyua-cli/utils/passwd_test
> > -tests/kyua-cli/utils/process/
> > -tests/kyua-cli/utils/process/Kyuafile
> > -@bin tests/kyua-cli/utils/process/child_test
> > -@bin tests/kyua-cli/utils/process/exceptions_test
> > -@bin tests/kyua-cli/utils/process/fdstream_test
> > -@bin tests/kyua-cli/utils/process/helpers
> > -@bin tests/kyua-cli/utils/process/status_test
> > -@bin tests/kyua-cli/utils/process/systembuf_test
> > -@bin tests/kyua-cli/utils/sanity_test
> > -tests/kyua-cli/utils/signals/
> > -tests/kyua-cli/utils/signals/Kyuafile
> > -@bin tests/kyua-cli/utils/signals/exceptions_test
> > -@bin tests/kyua-cli/utils/signals/interrupts_test
> > -@bin tests/kyua-cli/utils/signals/misc_test
> > -@bin tests/kyua-cli/utils/signals/programmer_test
> > -tests/kyua-cli/utils/sqlite/
> > -tests/kyua-cli/utils/sqlite/Kyuafile
> > -@bin tests/kyua-cli/utils/sqlite/c_gate_test
> > -@bin tests/kyua-cli/utils/sqlite/database_test
> > -@bin tests/kyua-cli/utils/sqlite/exceptions_test
> > -@bin tests/kyua-cli/utils/sqlite/statement_test
> > -@bin tests/kyua-cli/utils/sqlite/transaction_test
> > -@bin tests/kyua-cli/utils/stream_test
> > -tests/kyua-cli/utils/text/
> > -tests/kyua-cli/utils/text/Kyuafile
> > -@bin tests/kyua-cli/utils/text/exceptions_test
> > -@bin tests/kyua-cli/utils/text/operations_test
> > -@bin tests/kyua-cli/utils/text/table_test
> > -@bin tests/kyua-cli/utils/text/templates_test
> > -@bin tests/kyua-cli/utils/units_test
> > +share/doc/kyua/
> > +share/doc/kyua/AUTHORS
> > +share/doc/kyua/COPYING
> > +share/doc/kyua/NEWS
> > +share/doc/kyua/README
> > +share/kyua/
> > +share/kyua/examples/
> > +share/kyua/examples/Kyuafile.top
> > +share/kyua/examples/kyua.conf
> > +share/kyua/misc/
> > +share/kyua/misc/context.html
> > +share/kyua/misc/index.html
> > +share/kyua/misc/report.css
> > +share/kyua/misc/test_result.html
> > +share/kyua/store/
> > +share/kyua/store/migrate_v1_v2.sql
> > +share/kyua/store/migrate_v2_v3.sql
> > +share/kyua/store/schema_v3.sql
> > +tests/
> > +tests/kyua/
> > +tests/kyua/Kyuafile
> > +tests/kyua/bootstrap/
> > +tests/kyua/bootstrap/Kyuafile
> > +@bin tests/kyua/bootstrap/atf_helpers
> > +@bin tests/kyua/bootstrap/plain_helpers
> > +tests/kyua/bootstrap/testsuite
> > +tests/kyua/cli/
> > +tests/kyua/cli/Kyuafile
> > +@bin tests/kyua/cli/cmd_about_test
> > +@bin tests/kyua/cli/cmd_config_test
> > +@bin tests/kyua/cli/cmd_db_exec_test
> > +@bin tests/kyua/cli/cmd_debug_test
> > +@bin tests/kyua/cli/cmd_help_test
> > +@bin tests/kyua/cli/cmd_list_test
> > +@bin tests/kyua/cli/cmd_test_test
> > +@bin tests/kyua/cli/common_test
> > +@bin tests/kyua/cli/config_test
> > +@bin tests/kyua/cli/main_test
> > +tests/kyua/drivers/
> > +tests/kyua/drivers/Kyuafile
> > +@bin tests/kyua/drivers/list_tests_helpers
> > +@bin tests/kyua/drivers/list_tests_test
> > +@bin tests/kyua/drivers/report_junit_test
> > +@bin tests/kyua/drivers/scan_results_test
> > +tests/kyua/engine/
> > +tests/kyua/engine/Kyuafile
> > +@bin tests/kyua/engine/config_test
> > +@bin tests/kyua/engine/exceptions_test
> > +@bin tests/kyua/engine/filters_test
> > +@bin tests/kyua/engine/kyuafile_test
> > +@bin tests/kyua/engine/requirements_test
> > +@bin tests/kyua/engine/runner_test
> > +@bin tests/kyua/engine/test_case_atf_helpers
> > +@bin tests/kyua/engine/test_case_plain_helpers
> > +@bin tests/kyua/engine/testers_test
> > +tests/kyua/examples/
> > +tests/kyua/examples/Kyuafile
> > +@bin tests/kyua/examples/syntax_test
> > +tests/kyua/integration/
> > +tests/kyua/integration/Kyuafile
> > +tests/kyua/integration/cmd_about_test
> > +tests/kyua/integration/cmd_config_test
> > +tests/kyua/integration/cmd_db_exec_test
> > +tests/kyua/integration/cmd_db_migrate_test
> > +tests/kyua/integration/cmd_debug_test
> > +tests/kyua/integration/cmd_help_test
> > +tests/kyua/integration/cmd_list_test
> > +tests/kyua/integration/cmd_report_html_test
> > +tests/kyua/integration/cmd_report_junit_test
> > +tests/kyua/integration/cmd_report_test
> > +tests/kyua/integration/cmd_test_test
> > +tests/kyua/integration/global_test
> > +tests/kyua/integration/helpers/
> > +@bin tests/kyua/integration/helpers/bad_test_program
> > +@bin tests/kyua/integration/helpers/bogus_test_cases
> > +@bin tests/kyua/integration/helpers/config
> > +@bin tests/kyua/integration/helpers/expect_all_pass
> > +@bin tests/kyua/integration/helpers/expect_some_fail
> > +@bin tests/kyua/integration/helpers/interrupts
> > +@bin tests/kyua/integration/helpers/metadata
> > +@bin tests/kyua/integration/helpers/simple_all_pass
> > +@bin tests/kyua/integration/helpers/simple_some_fail
> > +tests/kyua/model/
> > +tests/kyua/model/Kyuafile
> > +@bin tests/kyua/model/context_test
> > +@bin tests/kyua/model/exceptions_test
> > +@bin tests/kyua/model/metadata_test
> > +@bin tests/kyua/model/test_case_test
> > +@bin tests/kyua/model/test_program_test
> > +@bin tests/kyua/model/test_result_test
> > +tests/kyua/store/
> > +tests/kyua/store/Kyuafile
> > +@bin tests/kyua/store/dbtypes_test
> > +@bin tests/kyua/store/exceptions_test
> > +@bin tests/kyua/store/layout_test
> > +@bin tests/kyua/store/metadata_test
> > +@bin tests/kyua/store/migrate_test
> > +@bin tests/kyua/store/read_backend_test
> > +@bin tests/kyua/store/read_transaction_test
> > +@bin tests/kyua/store/schema_inttest
> > +tests/kyua/store/schema_v1.sql
> > +tests/kyua/store/schema_v2.sql
> > +tests/kyua/store/testdata_v1.sql
> > +tests/kyua/store/testdata_v2.sql
> > +tests/kyua/store/testdata_v3_1.sql
> > +tests/kyua/store/testdata_v3_2.sql
> > +tests/kyua/store/testdata_v3_3.sql
> > +tests/kyua/store/testdata_v3_4.sql
> > +@bin tests/kyua/store/transaction_test
> > +@bin tests/kyua/store/write_backend_test
> > +@bin tests/kyua/store/write_transaction_test
> > +tests/kyua/testers/
> > +tests/kyua/testers/Kyuafile
> > +@bin tests/kyua/testers/atf_helpers
> > +@bin tests/kyua/testers/atf_inttest
> > +@bin tests/kyua/testers/atf_list_test
> > +@bin tests/kyua/testers/atf_result_test
> > +@bin tests/kyua/testers/cli_test
> > +@bin tests/kyua/testers/env_test
> > +@bin tests/kyua/testers/error_test
> > +@bin tests/kyua/testers/fs_test
> > +@bin tests/kyua/testers/plain_helpers
> > +@bin tests/kyua/testers/plain_inttest
> > +@bin tests/kyua/testers/result_test
> > +@bin tests/kyua/testers/run_test
> > +@bin tests/kyua/testers/stacktrace_helper
> > +@bin tests/kyua/testers/stacktrace_test
> > +@bin tests/kyua/testers/tap_helpers
> > +@bin tests/kyua/testers/tap_inttest
> > +@bin tests/kyua/testers/tap_parser_test
> > +@bin tests/kyua/testers/text_test
> > +tests/kyua/utils/
> > +tests/kyua/utils/Kyuafile
> > +@bin tests/kyua/utils/auto_array_test
> > +tests/kyua/utils/cmdline/
> > +tests/kyua/utils/cmdline/Kyuafile
> > +@bin tests/kyua/utils/cmdline/base_command_test
> > +@bin tests/kyua/utils/cmdline/commands_map_test
> > +@bin tests/kyua/utils/cmdline/exceptions_test
> > +@bin tests/kyua/utils/cmdline/globals_test
> > +@bin tests/kyua/utils/cmdline/options_test
> > +@bin tests/kyua/utils/cmdline/parser_test
> > +@bin tests/kyua/utils/cmdline/ui_test
> > +tests/kyua/utils/config/
> > +tests/kyua/utils/config/Kyuafile
> > +@bin tests/kyua/utils/config/exceptions_test
> > +@bin tests/kyua/utils/config/keys_test
> > +@bin tests/kyua/utils/config/lua_module_test
> > +@bin tests/kyua/utils/config/nodes_test
> > +@bin tests/kyua/utils/config/parser_test
> > +@bin tests/kyua/utils/config/tree_test
> > +@bin tests/kyua/utils/datetime_test
> > +@bin tests/kyua/utils/env_test
> > +tests/kyua/utils/format/
> > +tests/kyua/utils/format/Kyuafile
> > +@bin tests/kyua/utils/format/containers_test
> > +@bin tests/kyua/utils/format/exceptions_test
> > +@bin tests/kyua/utils/format/formatter_test
> > +tests/kyua/utils/fs/
> > +tests/kyua/utils/fs/Kyuafile
> > +@bin tests/kyua/utils/fs/auto_cleaners_test
> > +@bin tests/kyua/utils/fs/exceptions_test
> > +@bin tests/kyua/utils/fs/lua_module_test
> > +@bin tests/kyua/utils/fs/operations_test
> > +@bin tests/kyua/utils/fs/path_test
> > +tests/kyua/utils/logging/
> > +tests/kyua/utils/logging/Kyuafile
> > +@bin tests/kyua/utils/logging/macros_test
> > +@bin tests/kyua/utils/logging/operations_test
> > +@bin tests/kyua/utils/memory_test
> > +@bin tests/kyua/utils/optional_test
> > +@bin tests/kyua/utils/passwd_test
> > +tests/kyua/utils/process/
> > +tests/kyua/utils/process/Kyuafile
> > +@bin tests/kyua/utils/process/child_test
> > +@bin tests/kyua/utils/process/exceptions_test
> > +@bin tests/kyua/utils/process/fdstream_test
> > +@bin tests/kyua/utils/process/helpers
> > +@bin tests/kyua/utils/process/status_test
> > +@bin tests/kyua/utils/process/systembuf_test
> > +@bin tests/kyua/utils/releaser_test
> > +@bin tests/kyua/utils/sanity_test
> > +tests/kyua/utils/signals/
> > +tests/kyua/utils/signals/Kyuafile
> > +@bin tests/kyua/utils/signals/exceptions_test
> > +@bin tests/kyua/utils/signals/interrupts_test
> > +@bin tests/kyua/utils/signals/misc_test
> > +@bin tests/kyua/utils/signals/programmer_test
> > +tests/kyua/utils/sqlite/
> > +tests/kyua/utils/sqlite/Kyuafile
> > +@bin tests/kyua/utils/sqlite/c_gate_test
> > +@bin tests/kyua/utils/sqlite/database_test
> > +@bin tests/kyua/utils/sqlite/exceptions_test
> > +@bin tests/kyua/utils/sqlite/statement_test
> > +@bin tests/kyua/utils/sqlite/transaction_test
> > +@bin tests/kyua/utils/stream_test
> > +tests/kyua/utils/text/
> > +tests/kyua/utils/text/Kyuafile
> > +@bin tests/kyua/utils/text/exceptions_test
> > +@bin tests/kyua/utils/text/operations_test
> > +@bin tests/kyua/utils/text/table_test
> > +@bin tests/kyua/utils/text/templates_test
> > +@bin tests/kyua/utils/units_test
> 

-- 
Alexandr Shadchin

Reply via email to