Added a script that sets up env vars and runs the tests in place.
This commit is contained in:
		
							
								
								
									
										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		\ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user