Added PG_FLAGS for parameter_group test
This commit is contained in:
parent
2a18401d21
commit
909a2cc254
|
@ -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…
Reference in New Issue