This was already converted to testsuite/test-init. Signed-off-by: Dan McGee <dan@xxxxxxxxxxxxx> --- test/test-init.c | 23 ----------------------- 1 files changed, 0 insertions(+), 23 deletions(-) delete mode 100644 test/test-init.c diff --git a/test/test-init.c b/test/test-init.c deleted file mode 100644 index 3128431..0000000 --- a/test/test-init.c +++ /dev/null @@ -1,23 +0,0 @@ -#include <stdio.h> -#include <stdlib.h> -#include <stddef.h> -#include <errno.h> -#include <unistd.h> -#include <libkmod.h> - - -int main(int argc, char *argv[]) -{ - struct kmod_ctx *ctx; - const char *null_config = NULL; - - ctx = kmod_new(NULL, &null_config); - if (ctx == NULL) - exit(EXIT_FAILURE); - - printf("libkmod version %s\n", VERSION); - - kmod_unref(ctx); - - return EXIT_SUCCESS; -} -- 1.7.9 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html