mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Added PG_FLAGS for parameter_group test
This commit is contained in:
parent
2a18401d21
commit
909a2cc254
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ $(OBJECT_DIR)/parameter_groups_unittest : \
|
|||
$(OBJECT_DIR)/config/parameter_group.o \
|
||||
$(OBJECT_DIR)/gtest_main.a
|
||||
|
||||
$(CXX) $(CXX_FLAGS) $^ -o $(OBJECT_DIR)/$@
|
||||
$(CXX) $(CXX_FLAGS) $(PG_FLAGS) $^ -o $(OBJECT_DIR)/$@
|
||||
|
||||
|
||||
## test : Build and run the Unit Tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue