OpenFoundry - Recently Added Listings - C/C++ https://www.openfoundry.org/ Fri, 22 Nov 2019 05:16:01 +0100 FeedCreator 1.7.3 C Gossip https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Forum-Community/c-gossip 來自良葛格學習筆記內的C教學

]]>
dio Thu, 14 Oct 2010 00:45:22 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Forum-Community/c-gossip
C++ Gossip https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Forum-Community/c-gossip 來自良葛格學習筆記內的C++教學

]]>
dio Thu, 14 Oct 2010 00:43:21 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Forum-Community/c-gossip
酷!學園 C/C++程式設計討論區 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Forum-Community/-cc 酷!學園底下的C/C++討論區

]]>
dio Wed, 13 Oct 2010 08:43:47 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Forum-Community/-cc
UnitTest++ https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/unittest

UnitTest++ is a lightweight unit testing framework for C++.

It was designed to do test-driven development on a wide variety of platforms. Simplicity, portability, speed, and small footprint are all very important aspects of UnitTest++.

Platform:Windows                                                                     License:MIT/X Consortium license

Reference:https://unittest-cpp.sourceforge.net/

]]>
dio Wed, 13 Oct 2010 08:27:43 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/unittest
cfix https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/cfix

cfix is an xUnit testing framework for C/C++, specialized for unmanaged Windows development (32/64 bit). cfix supports development of both user and kernel mode unit tests.

cifx unit tests are compiled and linked into a DLL. The testrunner application provided by cfix allows selectively running tests of one or more of such test-DLLs. Execution and behaviour in case of failing testcases can be highly customized. Moreover, cfix has been designed to work well in conjunction with the Windows Debuggers (Visual Studio, WinDBG).

Platform:Windows                                                                    License:GNU Library or "Lesser" General Public License version 3.0 (LGPLv3)

Reference:https://www.cfix-testing.org/unit-testing-framework/windows/

]]>
dio Wed, 13 Oct 2010 08:27:07 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/cfix
C Unit Test System https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/c-unit-test-system

CUT is a simple, to-the-point unit testing system. It's different from other unit test packages in that it follows the KISS principle. It's designed for C testing, not designed to emulate SUnit.

Platform:OS Independent                                                                  License:zlib/libpng License

Reference:https://sourceforge.net/projects/cut/

]]>
dio Wed, 13 Oct 2010 08:26:28 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/c-unit-test-system
Seatest https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/seatest

A simple unit testing framework for C based on the xUnit style of unit testing. Ideal for Test Driven Development ( TDD ). Designed to be portable.

Platform:unknown                                                                    License:MIT License

Reference:https://code.google.com/p/seatest/

]]>
dio Wed, 13 Oct 2010 08:25:56 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/seatest
CunitWin32 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/cunitwin32

CUnitWin32 is a unit testing framework for C/C++ for Microsoft Windows

Platform:Windows                                                                    License:GNU Lesser General Public License

Reference:https://code.google.com/p/cunitwin32/

]]>
dio Wed, 13 Oct 2010 08:25:23 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/cunitwin32
RCUNIT https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/rcunit

RCUNIT is a robust C unit testing framework. Requiring only an ANSI compliant C compiler, RCUNIT is a highly portable unit testing tool.

Platform:Corss-platform;                                   License:GNU General Public License (GPL)

Reference:https://rcunit.sourceforge.net/

]]>
dio Wed, 13 Oct 2010 08:24:03 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/rcunit
Cmockery https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/cmockery

There are a variety of C unit testing frameworks available however many of them are fairly complex and require the latest compiler technology. Some development requires the use of old compilers which makes it difficult to use some unit testing frameworks. In addition many unit testing frameworks assume the code being tested is an application or module that is targeted to the same platform that will ultimately execute the test. Because of this assumption many frameworks require the inclusion of standard C library headers in the code module being tested which may collide with the custom or incomplete implementation of the C library utilized by the code under test.

Platform:unknown                                                                    License:Apache License 2.0

Reference:https://code.google.com/p/cmockery/

]]>
dio Wed, 13 Oct 2010 08:23:27 +0100 https://www.openfoundry.org/en/resourcecatalog/Program-Development/Programming-Languages/C&Cplus/Testing%20/cmockery