Skip to content

ScarletTanager/tmlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code used to debug Swig typemaps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published