From cb8c06286cccf5d25581893053066dc1466a1cba Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Sun, 22 Sep 2024 12:33:25 +0300 Subject: [PATCH] rename `test_files` directory to `test-files` --- Makefile | 2 +- {test_files => test-files}/.gitignore | 0 {test_files => test-files}/test.txt | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename {test_files => test-files}/.gitignore (100%) rename {test_files => test-files}/test.txt (100%) diff --git a/Makefile b/Makefile index 2ad028f..5b9e08b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ SRCDIR = ./src INCDIR = ./include OBJDIR = ./obj BINDIR = ./bin -TESTDIR_SAMPLES = ./test_files +TESTDIR_SAMPLES = ./test-files TESTDIR = $(TESTDIR_SAMPLES)/corrupted SRC = $(wildcard $(SRCDIR)/*.c) diff --git a/test_files/.gitignore b/test-files/.gitignore similarity index 100% rename from test_files/.gitignore rename to test-files/.gitignore diff --git a/test_files/test.txt b/test-files/test.txt similarity index 100% rename from test_files/test.txt rename to test-files/test.txt