X-Git-Url: https://pd.if.org/git/?p=hexagon;a=blobdiff_plain;f=t%2Fadjacency.c;h=411228805f34b6a1b3d92abbfc09f57175c6ac17;hp=95750cfb9b19425d41540a7e43d2355d388fa6ce;hb=ce4fd67e5bfd07192ca5cb357798aaa3588512e4;hpb=8f632e5a3428101590e8cbe94025060c5c3b5ecf diff --git a/t/adjacency.c b/t/adjacency.c index 95750cf..4112288 100644 --- a/t/adjacency.c +++ b/t/adjacency.c @@ -1,12 +1,12 @@ -#include "hexmap.h" +#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; }