X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=t%2Fadjacency.c;h=411228805f34b6a1b3d92abbfc09f57175c6ac17;hp=dc2c64fbb8c6bce8b3f89093783338570b82de7f;hb=ce4fd67e5bfd07192ca5cb357798aaa3588512e4;hpb=f4de9d8b5cc2646e133d8c387fa1de5814cfb453 diff --git a/t/adjacency.c b/t/adjacency.c index dc2c64f..4112288 100644 --- a/t/adjacency.c +++ b/t/adjacency.c @@ -1,12 +1,12 @@ #include "hexagon.h" -#include "tap.h" +#include "ctap.h" int main(void) { int hex, start, dist; int x, y, i; - plan_tests(294); + plan(294); for (x = -3 ; x <= 3; x++) { for (y = -3 ; y <= 3; y++) { @@ -21,5 +21,5 @@ int main(void) { } } - return exit_status(); + return 0; }