mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +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
|