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
|
||||
|
||||
check:
|
||||
@for f in bin/*; do \
|
||||
export PATH=$$f:$$PATH; \
|
||||
done
|
||||
@export LD_PRELOAD=$$PWD/lib/libxbps.so
|
||||
@kyua test -k tests/xbps/Kyuafile
|
||||
@./run-tests
|
||||
|
||||
clean:
|
||||
@for dir in $(SUBDIRS); do \
|
||||
|
Loading…
Reference in New Issue
Block a user