CARTONEX=carton exec

dependencies-install:
	carton install

build:
	perl Build.PL
	./Build
	./Build test
	./Build install

test-v:
	${CARTONEXE} -- prove -vl

test:
	${CARTONEXE} -- prove -vl

test-agent:
	${CARTONEXE} -- prove -vl t/03-agent.t

test-entities:
	${CARTONEXE} -- prove -vl t/02-entities.t

test-db:
	prove -ve 'raku -Ilib' t/03-db.t

test-introspection:
	prove -ve 'raku -Ilib' t/04-introspection.t

test-liz-trait:
	prove -ve 'raku -Ilib' t/05-liz-crud-spec.t
