Skip to content

Commit

Permalink
Bugfixes in check_reduction.c
Browse files Browse the repository at this point in the history
  • Loading branch information
obilaniu committed Aug 27, 2017
1 parent ecde75c commit 79d3649
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/check_reduction.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <stdint.h>
#include <stddef.h>
#include <stdlib.h>
#include <math.h>


extern void *ctx;
Expand All @@ -18,7 +19,9 @@ void teardown(void);
/* Defines */
#define MAXERRPRINT 16
#define ga_assert_ok(e) ck_assert_int_eq(e, GA_NO_ERROR)

#ifndef ck_assert_ptr_nonnull
#define ck_assert_ptr_nonnull(p) ck_assert_msg((p), "Null Pointer!")
#endif



Expand Down

0 comments on commit 79d3649

Please sign in to comment.