We use the IRT form of the standard libraries in production. But it seems that the test suites we run currently don't use the IRT at all. Instead the nexe's static-link everything. Apparently you need to add both nacl_irt and nacl_irt_test in the list passed to the --mode option to enable some tests.
We use the IRT form of the standard libraries in production. But it seems that the test suites we run currently don't use the IRT at all. Instead the nexe's static-link everything. Apparently you need to add both
nacl_irtandnacl_irt_testin the list passed to the--modeoption to enable some tests.