Added a script that sets up env vars and runs the tests in place.
This commit is contained in:
parent
eac1246a90
commit
cbb003f968
6
Makefile
6
Makefile
@ -38,11 +38,7 @@ uninstall:
|
|||||||
done
|
done
|
||||||
|
|
||||||
check:
|
check:
|
||||||
@for f in bin/*; do \
|
@./run-tests
|
||||||
export PATH=$$f:$$PATH; \
|
|
||||||
done
|
|
||||||
@export LD_PRELOAD=$$PWD/lib/libxbps.so
|
|
||||||
@kyua test -k tests/xbps/Kyuafile
|
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
@for dir in $(SUBDIRS); do \
|
@for dir in $(SUBDIRS); do \
|
||||||
|
Loading…
Reference in New Issue
Block a user