7 lines
152 B
Makefile
7 lines
152 B
Makefile
test +TESTS='test': build
|
|
tests/bats/bin/bats {{ append('.bats',prepend('tests/',TESTS)) }}
|
|
exec *ARGS: build
|
|
build/args {{ARGS}}
|
|
build:
|
|
@make build
|