Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 265 Bytes

tmlib

Code used to debug Swig typemaps

To build:

gcc -c -Wall -Werror -fpic tmlib.c gcc -shared -o libtmlib.so tmlib.o

The unit tests are run using ginkgo, so you will need ginkgo and gomega:

go get github.com/onsi/ginkgo/ginkgo go get github.com/onsi/gomega