-
I am trying to compile C Unit for the powerpc platform. So I have to use a different compiler (other than gcc) and a different linker (other than /usr/bin/ld). Please let me know the modifications I have to make.
2009-10-28 14:05:39 UTC by bhaskris
-
Never mind. It was the CR/LF's in the zipped version. Suggest download page include a note to the effect that the .zip sources are different than the .tar.gz.
2009-09-21 17:12:00 UTC by mike_ellis
-
I created a bug report last week when I was unable to build Cunit-2-10 on both Linux and Mac OS X (Snow Leopard). I've been asked to evaluate Cunit by a client and, hence, would like to be able to build a copy I can test. Any suggestions (other than use Windows)?
Thanks,
Mike.
2009-09-21 17:02:09 UTC by mike_ellis
-
No configure file in package. Attempting to build one starting with aclocal fails with error message:
' is already registered with AC_CONFIG_FILES.
Googling the error message indicates problem is most likely caused by DOS EOL's ("\r\n") in scripts.
2009-09-18 19:12:47 UTC by mike_ellis
-
Got same problem at both of the function above.
2009-09-10 02:40:29 UTC by nobody
-
if (NULL != pSuite)
error = CUE_NOSUITE;
Try
if (NULL == pSuite)
error = CUE_NOSUITE;
Was this, um, tested...?
I'd fix it myself, but I can't get the thing to build on Ubuntu.
2009-09-04 22:41:27 UTC by mackinto2000
-
anilsaharan added maragkose to the C Unit Testing Framework project.
2009-07-27 10:33:20 UTC by anilsaharan
-
configure on a HP-UX B.11.31 (itanium) failed with the following:
configure:2534: checking for C compiler default output file name
configure:2537: cc -DRELEASE=@RELEASE@ -Wall -W -pedantic -Wshadow -ansi -I/apps/b2p/b2pContrib/src/CUnit-2.1-0/CUnit/Headers
-L/apps/b2p/b2pContrib/src/CUnit-2.1-0/CUnit/Sources conftest.c >&5
cc: error 1914: bad form for `-W' option
configure:2540: $? =...
2009-07-13 13:56:26 UTC by serapicos
-
The run summary shows the following output:
--Run Summary: Type Total Ran Passed Failed
suites 1 1 n/a 0
tests 2 2 0 2
asserts 4 4 2 2
ModuleTest completed with return value 0.
How can suites/failed be 0 here?
Why is the return value of CU_basic_run_tests(...
2009-07-08 06:55:17 UTC by nobody
-
Srikanth,
Please see here:
http://cunit.sourceforge.net/doc/index.html
Cheers
JP.
2009-07-05 23:52:27 UTC by jdpipe