partitioning_tests:
ifneq ($(CASE),)
	python partitioning_test.py Tests.$(CASE)
else
	python partitioning_test.py
endif
