Tagged Questions
The cunit tag has no wiki summary.
3
votes
2answers
282 views
Autogeneration of tests and stubs with CUnit
Does anybody know of a free/commercial tool that would automatically generate tests and stubs for C code to work with CUnit framework?
2
votes
2answers
305 views
Is there a framework for running unit tests on Apache C modules?
I am about to make some changes to an existing Apache C module to fix some possible security flaws and general bad practices. However the functionality of the code must remain unchanged (except in ...
1
vote
1answer
61 views
CUnit - 'Mocking' libc functions
I'm using CUnit for my project unit testing.
I need to test whether I call libc functions with the right parameters & whether I treat their return values the right way.
for example: if I call the ...
1
vote
0answers
183 views
A good tutorial for CUnit? [closed]
I am looking for an online tutorial for CUnit. After much "Googling", the only ones I have come across are the CUnit documentation on sourceforge and this one. None of which can really be described as ...
1
vote
3answers
572 views
Configuring xUnit for CUnit in Hudson CI
I want to use Hudson CI for my c-project, which also uses CUnit. However I've also come to understand that there is currently no plugin that supports CUnit. So I read on the internets that this might ...
1
vote
1answer
294 views
Symbol not found - CUnit on Snow Leopard
I just installed CUnit on Snow Leopard with MacPorts/DarwinPorts. The installation went fine, however, I get en error when trying to run the unit tests:
dyld: Symbol not found: _acs_map
Referenced ...
1
vote
1answer
155 views
Is there a recommended way to set environment variables for CUnit tests?
We want to use CUnit to test a shared library that we have developed.
The shared library is loaded via the standard Solaris LD_PRELOAD mechanism where it uses an environment variable to remap a ...
1
vote
2answers
1k views
How to create a JNIEnv mock in C/C++
I am writing some JNI code in C that I wish to test using cunit. In order to call the JNI functions, I need to create a valid JNIEnv struct.
Does anyone know if there is a mocking framework for such ...
0
votes
1answer
26 views
netbeans cunit tests cases never end
Trying to test my C project on NetBeans, the tests never end while the output is:
Test: testFileOne ...passed Test: testFileTwo ...passed
Run Summary: Type Total Ran Passed Failed ...
0
votes
1answer
193 views
Does anyone know of an easy way to programatically mount a file as a “disk” (FAT32) in Windows 7?
I have some automated test (using CUnit) which require a "disk-image"-file (raw copy of a disk) to be "mounted" in windows and explored. I have previously used a tool/library called "FileDisk-17" , ...
-1
votes
1answer
91 views
libcunit.so.1 missing after install of CUnit-2.1-2-src.tar.bz2
This is the only tar on the site.. no help online.. Is there some parameter I missed? where do I get this lib?