summary refs log tree commit diff stats
path: root/tests/vm/mevalffi.nim
Commit message (Collapse)AuthorAgeFilesLines
* fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)Timothee Cour2020-05-061-13/+17
| | | | | | | | * * fix regression: -d:nimHasLibFFI was not being tested anymore, in part because testament was silently treating some errors as easy to overlook messages * turned that message into an error * -d:nimHasLibFFI is now being tested with nim cpp * use correct signatures for importc procs * workaround for openbsd to unblock ctffi testing
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-041-0/+67