Skip to content

Commit

Permalink
Make tests depend on each other
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Jan 4, 2014
1 parent 7f62689 commit 050ec98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tests/auth/all.mk
Expand Up @@ -100,6 +100,8 @@ TESTS.AUTH_FILES := $(addprefix $(BUILD_DIR)/tests/auth/,$(AUTH_FILES))
#
tests.auth: $(TESTS.AUTH_FILES)

$(TESTS.AUTH_FILES): $(TESTS.KEYWORDS_FILES)

.PHONY: clean.tests.auth
clean.tests.auth:
@rm -rf $(BUILD_DIR)/tests/auth/
2 changes: 2 additions & 0 deletions src/tests/keywords/all.mk
Expand Up @@ -100,6 +100,8 @@ TESTS.KEYWORDS_FILES := $(addprefix $(BUILD_DIR)/tests/keywords/,$(FILES))
#
tests.keywords: $(TESTS.KEYWORDS_FILES)

$(TESTS.KEYWORDS_FILES): $(TESTS.UNIT_FILES)

.PHONY: clean.tests.keywords
clean.tests.keywords:
@rm -rf $(BUILD_DIR)/tests/keywords/

0 comments on commit 050ec98

Please sign in to comment.