include ../default_targets.h

test:
	@# run this test only if the DelPhi executable exists
	@(if [ -x "$(DELPHI_PATH)" ] ; then \
		make chemgrid_generation ;\
		make delphi_grid_generation ;\
		make grid_convert ;\
	else \
		echo "" ;\
		echo "The DelPhi executable does not exist." ;\
		echo "    Skipping this test." ;\
		echo "" ;\
	fi ;\
	)


clean: clean_chemgrid_generation clean_delphi_grid_generation clean_grid_convert
