swh:1:snp:eb70f1f85391e4b077c211bec36af0061c4bf937
Raw File
Tip revision: 92e6cd8457751345226ea4f41c10c477c453ea3c authored by Quentin Campos on 27 June 2016, 11:26:08 UTC
Update debian packaging configuration files
Tip revision: 92e6cd8
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