Skip to content

Commit

Permalink
Run whitebox test before black box
Browse files Browse the repository at this point in the history
  • Loading branch information
igorcanadi committed Apr 24, 2014
1 parent 472a80a commit a40970a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ check: $(PROGRAMS) $(TESTS) $(TOOLS)
ldb_tests: all $(PROGRAMS) $(TESTS) $(TOOLS)
python tools/ldb_test.py

crash_test: blackbox_crash_test whitebox_crash_test
crash_test: whitebox_crash_test blackbox_crash_test

blackbox_crash_test: db_stress
python -u tools/db_crashtest.py
Expand Down

0 comments on commit a40970a

Please sign in to comment.