Skip to content
This repository was archived by the owner on Aug 19, 2019. It is now read-only.

Conversation

@dhrupadb
Copy link
Contributor

No description provided.

test/Makefile Outdated
base64_unittest: $(GTEST_LIB) base64_unittest.o $(SRC_DIR)/base64.o
$(CXX) $(LDFLAGS) $^ $(LDLIBS) -o $@
configuration_unittest: $(GTEST_LIB) $(YAML_CPP_LIBS) configuration_unittest.o $(SRC_DIR)/configuration.o
configuration_unittest: $(GTEST_LIB) configuration_unittest.o $(SRC_DIR)/configuration.o
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All of the *_unittest targets depend on $(GTEST_LIB). Want to move that to line 96 as well while we're at it?

@igorpeshansky igorpeshansky changed the title Tiny cleanup for configuration_unittest in test/Makefile Factor out dependencies in test/Makefile. Mar 30, 2018
Copy link
Contributor

@igorpeshansky igorpeshansky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :shipit:

@ACEmilG
Copy link
Contributor

ACEmilG commented Mar 30, 2018

Seems like a good plan, LGTM!

@dhrupadb dhrupadb merged commit 445644c into master Mar 30, 2018
@dhrupadb dhrupadb deleted the dhrupadb-test-makefile-fix branch March 30, 2018 18:13
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants