pretty: add support for separator option in %(trailers)
[gitweb.git] / t / helper / test-genrandom.c
index 54824d075421e792f337beb5cdce170a33b00e68..99b8dc1e2d9cdc3a0e0f464fdeee0f94733d00d1 100644 (file)
@@ -4,9 +4,10 @@
  * Copyright (C) 2007 by Nicolas Pitre, licensed under the GPL version 2.
  */
 
+#include "test-tool.h"
 #include "git-compat-util.h"
 
-int main(int argc, char *argv[])
+int cmd__genrandom(int argc, const char **argv)
 {
        unsigned long count, next = 0;
        unsigned char *c;