summaryrefslogtreecommitdiff
path: root/Makefile
blob: 3a592112a54e300847bee067478e1328e6c279e6 (plain)
1
2
3
4
5
6
7
test-image:
	docker build --pull -t dbscripts/test test

test: test-image
	docker run --rm --network=none -v $(PWD):/dbscripts:ro --tmpfs=/tmp:exec -w /dbscripts/test dbscripts/test ./runTest

.PHONY: test-image test