test:
	bash test_binary_search_fast.sh
expensive_test: test
	bash test_binary_search.sh
