Skip to content

Commit

Permalink
Manually order sqlite tests
Browse files Browse the repository at this point in the history
So we can do "make -j 4 tests.modules"
  • Loading branch information
alandekok committed Feb 19, 2015
1 parent bff8c5c commit ce53100
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/tests/modules/sql_sqlite/all.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@
# MODULE.test is the main target for this module.
sql_sqlite.test:
@echo OK: sql_sqlite.test

SQLITE_TESTDIR := $(BUILD_DIR)/tests/modules/sql_sqlite

$(SQLITE_TESTDIR)/acct_update_no_start: $(SQLITE_TESTDIR)/acct_start_conflict

$(SQLITE_TESTDIR)/acct_start_conflict: $(SQLITE_TESTDIR)/acct_2_stop

$(SQLITE_TESTDIR)/acct_2_stop: $(SQLITE_TESTDIR)/acct_1_update

$(SQLITE_TESTDIR)/acct_1_update: $(SQLITE_TESTDIR)/acct_0_start

0 comments on commit ce53100

Please sign in to comment.