From d78b73e2ca216777e17066091ef449e9cdaffae7 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 16 Jan 2008 17:35:41 +0200 Subject: [PATCH] tests: move checkfs test to tests directory Signed-off-by: Artem Bityutskiy --- {checkfs => tests/checkfs}/Makefile | 0 {checkfs => tests/checkfs}/README | 0 {checkfs => tests/checkfs}/checkfs.c | 0 {checkfs => tests/checkfs}/comm.c | 0 {checkfs => tests/checkfs}/common.h | 0 {checkfs => tests/checkfs}/makefiles.c | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {checkfs => tests/checkfs}/Makefile (100%) rename {checkfs => tests/checkfs}/README (100%) rename {checkfs => tests/checkfs}/checkfs.c (100%) rename {checkfs => tests/checkfs}/comm.c (100%) rename {checkfs => tests/checkfs}/common.h (100%) rename {checkfs => tests/checkfs}/makefiles.c (100%) diff --git a/checkfs/Makefile b/tests/checkfs/Makefile similarity index 100% rename from checkfs/Makefile rename to tests/checkfs/Makefile diff --git a/checkfs/README b/tests/checkfs/README similarity index 100% rename from checkfs/README rename to tests/checkfs/README diff --git a/checkfs/checkfs.c b/tests/checkfs/checkfs.c similarity index 100% rename from checkfs/checkfs.c rename to tests/checkfs/checkfs.c diff --git a/checkfs/comm.c b/tests/checkfs/comm.c similarity index 100% rename from checkfs/comm.c rename to tests/checkfs/comm.c diff --git a/checkfs/common.h b/tests/checkfs/common.h similarity index 100% rename from checkfs/common.h rename to tests/checkfs/common.h diff --git a/checkfs/makefiles.c b/tests/checkfs/makefiles.c similarity index 100% rename from checkfs/makefiles.c rename to tests/checkfs/makefiles.c -- 2.51.0