stackoverflow.com
Unit Testing C Code - Stack Overflow
http://stackoverflow.com/questions/65820/unit-testing-c-code
To customize your list. More stack exchange communities. Tour Start here for a quick overview of the site. Help Center Detailed answers to any questions you might have. Meta Discuss the workings and policies of this site. About Us Learn more about Stack Overflow the company. Business Learn more about hiring developers or posting ads with us. Announcing Stack Overflow Documentation. We started with Q&A. Technical documentation is next, and we need your help. Sign up and start helping →. Apr 18 '15 at 10:21.
blog.cryptomilk.org
KDE • Andreas Schneider
http://blog.cryptomilk.org/category/kde
Testing PAM modules and PAM-aware applications in the Matrix. Jakub Hrozek and I are proud to announce the first release of pam wrapper. This tool allows you to either simplify testing PAM modules or your application using PAM to authenticate users. PAM. Pluggable Authentication Modules) is a layer of abstraction on top of Unix authentication. Or you can use the provided Python bindings to write tests for your module in Python. Now start testing your PAM module or application! Thursday, January 21, 2016.
blog.cryptomilk.org
Development • Andreas Schneider
http://blog.cryptomilk.org/category/development
Testing PAM modules and PAM-aware applications in the Matrix. Jakub Hrozek and I are proud to announce the first release of pam wrapper. This tool allows you to either simplify testing PAM modules or your application using PAM to authenticate users. PAM. Pluggable Authentication Modules) is a layer of abstraction on top of Unix authentication. Or you can use the provided Python bindings to write tests for your module in Python. Now start testing your PAM module or application! Thursday, January 21, 2016.
blog.cryptomilk.org
cwrap • Andreas Schneider
http://blog.cryptomilk.org/tag/cwrap
Testing PAM modules and PAM-aware applications in the Matrix. Jakub Hrozek and I are proud to announce the first release of pam wrapper. This tool allows you to either simplify testing PAM modules or your application using PAM to authenticate users. PAM. Pluggable Authentication Modules) is a layer of abstraction on top of Unix authentication. Or you can use the provided Python bindings to write tests for your module in Python. Now start testing your PAM module or application! Thursday, January 21, 2016.
blog.cryptomilk.org
Linux • Andreas Schneider
http://blog.cryptomilk.org/category/linux
Testing PAM modules and PAM-aware applications in the Matrix. Jakub Hrozek and I are proud to announce the first release of pam wrapper. This tool allows you to either simplify testing PAM modules or your application using PAM to authenticate users. PAM. Pluggable Authentication Modules) is a layer of abstraction on top of Unix authentication. Or you can use the provided Python bindings to write tests for your module in Python. Now start testing your PAM module or application! Thursday, January 21, 2016.
lonewolfer.wordpress.com
Test-driven C – Autotools, cmocka | lonewolfer
https://lonewolfer.wordpress.com/2015/01/04/test-driven-c-autotools-cmocka
Test-driven C – Autotools, cmocka. January 4, 2015. But Autotools does simplify a lot of the standard routines related to the build/test/distribute/install process, and as long as you overcome the initial impression it will definitely to the job. The general idea behind this post is to give newcomers to Autotools a simple starting point. The complete project can be found here. 1 Write some tests. We’re using cmocka. Here so make sure it is installed. That failed, no surprise there. We give some basic def...
lonewolfer.wordpress.com
Test-driven C – CMake, cmocka | lonewolfer
https://lonewolfer.wordpress.com/2014/10/13/test-driven-c-cmake-cmocka-complete-code-coverage
Test-driven C – CMake, cmocka. October 13, 2014. Integrating cmake with unit-tests including testing for memory leaks. 1 Write some tests. We’re going to create a dummy “state” module, so let’s invent some dummy functionality and test it. We’re using cmocka. Here so make sure it is installed. Mkdir build $ cd build $ cmake . CMake Error: The source directory "/project/test-driven-c" does not appear to contain CMakeLists.txt. Specify - help for usage, or press the help button on the CMake GUI. Ifndef STAT...
rohc-lib.org
Announcements - ROHC library - An efficient, free, and opensource header compression library
https://rohc-lib.org/announcements
An efficient, free, and opensource header compression library. This page contains the archived announcements of the project. Major version 2.0.0 published. Saturday 27 August 2016. The major version 2.0.0 of the ROHC library was just released. This release is quite large:. It is the result of 2 years of work,. More than 50 KLOC were modified,. A third of the changes were related to the TCP profile,. 66 problems were detected (and fixed) with AFL fuzzing (58 for the TCP profile alone),. Adds a Python bind...