nim-bearssl/tests/test_import.nim
Jacek Sieka 917b7274f9
work around C++ linking issue (#50)
* test c++ support, work around linking issue

* fix imports, don't test C++ after all
2023-08-16 12:47:15 +02:00

11 lines
215 B
Nim

# Test the full thing, given we do lots of compile and import tricks
import ../bearssl
discard getConfig()
# TODO doesn't work from C++ due to `const`:ness issues
# discard ecGetDefault()
discard ghashPwr8Get()