[PATCH 5/6] test-conversion: remove test/test-init

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Big List of Linux Books]

  Powered by Linux