Revision cc87c6f4d2e31b0e3ad7885ddfd3090fdaae1f99 authored by Nicolas Dandrimont on 21 September 2015, 16:07:58 UTC, committed by Nicolas Dandrimont on 21 September 2015, 16:10:25 UTC
In prevision of the remote storage tests.
1 parent e07902a
Raw File
Makefile.local
# run only tests that do not require database setup
test-nodb:
	$(NOSE) $(NOSEFLAGS) -a '!db'

# run only tests that do require database setup
test-db:
	$(NOSE) $(NOSEFLAGS) -a 'db'
back to top