6 lines
114 B
Makefile
6 lines
114 B
Makefile
test +TESTS='test': build
|
|
tests/bats/bin/bats {{ append('.bats',prepend('tests/',TESTS)) }}
|
|
|
|
build:
|
|
@make build
|