[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

@@ -5,7 +5,7 @@
(import (chezscheme))
(define __ (load-shared-object "./crc32c/crc32c.so"))
(define __ (load-shared-object "../lib/libft.so"))
(define crc32c
(foreign-procedure "crc32c" (unsigned-32 (* unsigned-8) unsigned) unsigned-32)))