1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-11-08 13:42:31 +05:30

rename test_files directory to test-files

This commit is contained in:
Intel A80486DX2-66 2024-09-22 12:33:25 +03:00
parent 9a066cb29b
commit d785e073b0
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B
3 changed files with 1 additions and 1 deletions

View File

@ -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)