aboutsummaryrefslogtreecommitdiffstats
path: root/src/zptest.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* zptest: if n is even, let the witness be 2Mattias Andrée2016-05-131-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* OptimisationsMattias Andrée2016-05-071-2/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* zptest: use DEFAULT_RANDOMMattias Andrée2016-04-071-1/+1
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Multiple changes:Mattias Andrée2016-03-131-2/+2
| | | | | | | | | | | | | | | | 1) Compile test with -O0, it takes too long otherwise. 2) Add error codes: ZERROR_0_POW_0, ZERROR_0_DIV_0, ZERROR_DIV_0, ZERROR_NEGATIVE. 3) Add workaround for a bug in clang (src/allocator.c). 4) Cleanups. 5) Minor optimisations. 6) Add inclusion guard for zahl.h. Signed-off-by: Mattias Andrée <maandree@kth.se>
* OptimisationsMattias Andrée2016-03-131-2/+2
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add makefile and fix errorsMattias Andrée2016-03-041-5/+5
| | | | Signed-off-by: Mattias Andrée <maandree@kth.se>
* Add zptestMattias Andrée2016-03-031-0/+68
Signed-off-by: Mattias Andrée <maandree@kth.se>