[functional-tests] roll all the C code into a single libft.so

This commit is contained in:
Joe Thornber
2017-10-10 10:28:56 +01:00
parent 5b5aa971a0
commit b9230d1bbb
9 changed files with 19 additions and 9 deletions

View File

@@ -26,7 +26,7 @@
(srfi s8 receive)
(utils))
(define __ (load-shared-object "./bcache/bcache.so"))
(define __ (load-shared-object "../lib/libft.so"))
(define bcache-simple
(foreign-procedure "bcache_simple" (string unsigned) ptr))