Skip to content

Commit

Permalink
refacotr unit test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Feb 14, 2024
1 parent b0a1f8f commit 2534cda
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ SRC_DIR = src
BUILD_DIR = build
INC_DIR = include
LIBFT_DIR = libft
TEST_DIR = test
GTEST_DIR = test/gtest
TEST_DIR = test/unit
GTEST_DIR = test/unit/gtest
TEST_BUILD_DIR = test/build

SRC = $(SRC_DIR)/main.c \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 2534cda

Please sign in to comment.