pffi-define-library works on Guile and Kawa now
This commit is contained in:
		
							parent
							
								
									2ff726127c
								
							
						
					
					
						commit
						75405a3135
					
				
							
								
								
									
										4
									
								
								Makefile
								
								
								
								
							
							
						
						
									
										4
									
								
								Makefile
								
								
								
								
							| 
						 | 
					@ -49,11 +49,11 @@ libtest.a: libtest.o src/libtest.c
 | 
				
			||||||
	ar rcs libtest.a libtest.o
 | 
						ar rcs libtest.a libtest.o
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test-interpreter-compliance: tests/libtest.so
 | 
					test-interpreter-compliance: tests/libtest.so
 | 
				
			||||||
	SCHEME=${SCHEME} script-r7rs -I . tests/compliance.scm
 | 
						SCHEME=${SCHEME} script-r7rs -I . -I .. tests/compliance.scm
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test-interpreter-compliance-docker:
 | 
					test-interpreter-compliance-docker:
 | 
				
			||||||
	docker build -f dockerfiles/test . --build-arg SCHEME=${SCHEME} --tag=pffi-${SCHEME}
 | 
						docker build -f dockerfiles/test . --build-arg SCHEME=${SCHEME} --tag=pffi-${SCHEME}
 | 
				
			||||||
	docker run -v ${PWD}:/workdir pffi-${SCHEME} bash -c "cd /workdir && SCHEME=${SCHEME} script-r7rs -I . tests/compliance.scm"
 | 
						docker run -v ${PWD}:/workdir pffi-${SCHEME} bash -c "cd /workdir && SCHEME=${SCHEME} script-r7rs -I . -I .. tests/compliance.scm"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
test-compile-library: tests/libtest.so libtest.a libtest.o
 | 
					test-compile-library: tests/libtest.so libtest.a libtest.o
 | 
				
			||||||
	SCHEME=${SCHEME} compile-r7rs-library retropikzel/pffi.sld
 | 
						SCHEME=${SCHEME} compile-r7rs-library retropikzel/pffi.sld
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue