Skip to content

Commit

Permalink
Changed build directory for the unit tests to be the same as the gene…
Browse files Browse the repository at this point in the history
…ral Objects folder.
  • Loading branch information
KnockbackNemo committed Mar 2, 2024
1 parent 3a02e62 commit 7f37ccb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ help:


clean:
rm -fR Tests/UnitTests/Objects
rm -fR Objects
rm -f *.out
rm -fr Docs/doxygen
Expand Down
5 changes: 1 addition & 4 deletions Tests/UnitTests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ YELLOW=\033[0;33m
NC=\033[0m # No Color

# Build path
BUILD_DIR = Objects
BUILD_DIR = ../../Objects

######################################
# source
Expand Down Expand Up @@ -46,9 +46,6 @@ SF = st-flash
#######################################
# C_INCLUDES
#######################################

#-iquote: used to stop the compiler from searching the current directory first. Another effect: -Idirs before it are only searched for "" files
# Whatever I put after iquote doesn't seem to be found, but putting it in twice works. This will break #include-next, though
C_INCLUDES := \
-I- \
-I../../Tests/Inc/ \
Expand Down

0 comments on commit 7f37ccb

Please sign in to comment.