Search Criteria
Package Details: criterion 2.3.3-3
Git Clone URL: | https://aur.archlinux.org/criterion.git (read-only, click to copy) |
---|---|
Package Base: | criterion |
Description: | A cross-platform C and C++ unit testing framework for the 21th century |
Upstream URL: | https://github.com/Snaipe/Criterion |
Keywords: | c c++ kiss test unit xunit |
Licenses: | |
Submitter: | Snaipe |
Maintainer: | MrAnno |
Last Packager: | MrAnno |
Votes: | 11 |
Popularity: | 0.003503 |
First Submitted: | 2015-09-22 11:32 |
Last Updated: | 2019-09-14 21:19 |
Dependencies (5)
- gettext (gettext-git)
- libcsptr (libcsptr-git)
- nanomsg (nanomsg-git)
- python-cram (check)
- cmake (cmake-git) (make)
Required by (5)
- adaptativeneuralnetwork (check)
- scipoptsuite (optional)
- scipoptsuite-bin (optional)
- syslog-ng-git (check)
- trompeloeil-git (optional)
Latest Comments
« First ‹ Previous 1 2
Snaipe commented on 2017-12-02 17:07
@dellamorte: Due to a bug in the sphynx configuration for the 2.3.1 and 2.3.2 releases, the docs were not generated on readthedocs.
I would recommend reading the 2.3.0 documentation instead, as no major changes underwent between these releases.
Snaipe commented on 2017-12-02 16:55
@Ethyling: Done! Thanks for reporting this.
dellamorte commented on 2017-12-02 13:47
Hi! API in 2.3.2-1 differs from documentation for the same version. Please provide documentation or update package. Great software anyway!
Ethyling commented on 2017-11-30 14:40
Hi,
It does not build on a fresh system:
==> Starting build()...
/home/build/criterion/PKGBUILD: line 19: cmake: command not found
==> ERROR: A failure occurred in build().
Aborting...
cmake is not part of the base-devel package group.
Could you please add it as makedepends ?
Snaipe commented on 2016-11-02 14:48
@oneeyed Fixed. Thanks again!
oneeyed commented on 2016-11-02 13:26
It does not compile on a clean system:
/tmp/yaourt-tmp-sam/aur-criterion/src/criterion/src/io/output.c:3:19: fatal error: khash.h: No such file or directory
#include <khash.h>
^
compilation terminated.
make[2]: *** [CMakeFiles/criterion.dir/build.make:543: CMakeFiles/criterion.dir/src/io/output.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:202: CMakeFiles/criterion.dir/all] Error 2
make: *** [Makefile:150: all] Error 2
==> ERROR: A failure occurred in build().