From f07937bb63ed12a50a203c3f8015649f37bc73e5 Mon Sep 17 00:00:00 2001 From: Bobby Bingham Date: Sun, 3 Aug 2014 12:47:33 -0500 Subject: Rename generators to testcases This is in preparation for adding an implementation of the quicksort-killer test case, which requires a custom comparison function rather than just a custom imput-generation function. --- generators.h | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 generators.h (limited to 'generators.h') diff --git a/generators.h b/generators.h deleted file mode 100644 index e08a0be..0000000 --- a/generators.h +++ /dev/null @@ -1,8 +0,0 @@ -#include - -typedef void (*generatorfn)(int *, size_t); - -extern const struct generator { - const char *name; - generatorfn func; -} generators[]; -- cgit v1.2.3