[functional-tests] roll all the C code into a single libft.so
This commit is contained in:
@@ -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)))
|
||||
|
||||
Reference in New Issue
Block a user