1
0
Fork 0
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:
Martin Budden 2016-12-21 22:52:34 +00:00
parent 2a18401d21
commit 909a2cc254

View file

@ -759,7 +759,7 @@ $(OBJECT_DIR)/parameter_groups_unittest : \
$(OBJECT_DIR)/config/parameter_group.o \ $(OBJECT_DIR)/config/parameter_group.o \
$(OBJECT_DIR)/gtest_main.a $(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 ## test : Build and run the Unit Tests