/* * test-delta.c: test code to exercise diff-delta.c and patch-delta.c * * (C) 2005 Nicolas Pitre <[email protected]> * * This code is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #include "test-tool.h" #include "git-compat-util.h" #include "delta.h" static const char usage_str[] = …; int cmd__delta(int argc, const char **argv) { … }