CppUnitLite
CppUnitLite copied to clipboard
Lightweight C++ unit testing framework
From Brave: https://github.com/brave/browser-ios/blob/development/brave/node_modules/tracking-protection/node_modules/cppunitlite/src/SimpleString.cpp#L85 `sprintf (buffer, "%lf", value);` Does not check for buffer overflows, If message's length > str's length, there's a buffer overflow. This issue was reported to brave via...
cppunit fails to build, Error Message: "npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'." Log File is Attached to this issue. [log.txt](https://github.com/smikes/CppUnitLite/files/131279/log.txt)
Mac OS X Yosemite: I am building my c++ bindings as a bundle (mh_bundle). This seems to be the default for node-gyp. Now, I want to use cppunitlite npm module...
CXX(target) Release/obj.target/CppUnitLite/node_modules/cppunitlite/src/Failure.o ../node_modules/cppunitlite/src/Failure.cpp:30:16: warning: conversion from string literal to 'char *' is deprecated [-Wdeprecated-writable-strings] char *part1 = "expected "; ^ ../node_modules/cppunitlite/src/Failure.cpp:31:16: warning: conversion from string literal to 'char *' is...