mirror of
https://codeberg.org/h3xx/simplify_static_dir
synced 2024-08-14 23:57:24 +00:00
CI: Don't use FindBin to set test library path
This commit is contained in:
parent
22a7b86113
commit
1582920286
9 changed files with 1 additions and 25 deletions
2
Makefile
2
Makefile
|
@ -3,6 +3,6 @@ PROVE = prove -rv
|
|||
TESTS_DIR = t
|
||||
|
||||
test:
|
||||
$(PROVE) $(TESTS_DIR)
|
||||
$(PROVE) -l -I$(TESTS_DIR) $(TESTS_DIR)
|
||||
|
||||
.PHONY: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue