Skip to content

Commit

Permalink
unitTest: use client-specific Makefile fragment only when building
Browse files Browse the repository at this point in the history
  • Loading branch information
ralphlange committed Jun 28, 2023
1 parent d03b67c commit a889698
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unitTestApp/src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ GTESTS += ElementTreeTest
# Makefile fragments

# Include client specific Makefile fragment (config part)
ifdef T_A
include $(TESTSRC)/$(CLIENT_SUBDIR)/Makefile.config
endif

USR_LIBS += Com

Expand Down

0 comments on commit a889698

Please sign in to comment.