Kyua (pronounced Q.A.) is a testing framework for both developers and users. Kyua is different from most other testing frameworks in that it puts the end user experience before anything else. There are multiple reasons for users to run the tests themselves, and Kyua ensures that they can do so in the most convenient way. https://code.google.com/p/kyua/
Kyua is now in base of NetBSD and FreeBSD and using to run regression testing on both OSes. lutok and atf are dependencies for kyua. Currently lutok compilation is broken with error below: _CharT, _Traits>::ignore(std::streamsize, typename _Traits::int_type) [with _CharT = wchar_t, _Traits = std::char_traits<wchar_t>]' in same scope /usr/include/g++/istream:447: warning: previous declaration of 'std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::ignore(std::streamsize, typename _Traits::int_type) [with _CharT = wchar_t, _Traits = std::char_traits<wchar_t>]' In file included from /usr/local/include/atf-c++/macros.hpp:37, from /usr/local/include/atf-c++.hpp:33, from c_gate_test.cpp:31: /usr/local/include/atf-c++/tests.hpp:77: error: expected class-name before '{' token *** Error 1 in . (Makefile:829 'c_gate_test-c_gate_test.o') *** Error 1 in /usr/ports/pobj/lutok-0.3/lutok-0.3 (Makefile:551 'all') *** Error 1 in . (/usr/ports/infrastructure/mk/bsd.port.mk:2639 '/usr/ports/pobj/lutok-0.3/.build_done') *** Error 1 in /home/estet/source/openbsd/openbsd-wip/devel/lutok (/usr/ports/infrastructure/mk/bsd.port.mk:2368 'all') Can anyone help me to resolve problem with compilation? -- sergeyb@
lutok.tar.gz
Description: application/tar-gz
atf.tar.gz
Description: application/tar-gz
kyua-cli.tar.gz
Description: application/tar-gz