mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2026-07-14 08:00:19 +00:00
8 lines
95 B
Makefile
8 lines
95 B
Makefile
PROVE = prove -rv
|
|
|
|
TESTS_DIR = t
|
|
|
|
test:
|
|
$(PROVE) -l -I$(TESTS_DIR) $(TESTS_DIR)
|
|
|
|
.PHONY: test
|