文件名称:TDD-for-Embedded-C
- 所属分类:
- 其他嵌入式/单片机内容
- 资源属性:
- [Windows] [Visual C] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 1.48mb
- 下载次数:
- 0次
- 提 供 者:
- 黎*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
《测试驱动的嵌入式C语言开发》的源代码,对于搞嵌入式C开发的兄弟很有指导意义,我从中获益良多。-" Test-driven embedded C language development source code, useful to engage in the development of embedded C brothers guiding significance, from which I learned a lot.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
code
....\.cdtproject
....\.cproject
....\.gdb_history
....\.project
....\.settings
....\.........\org.eclipse.cdt.core.prefs
....\BookCode.dsw
....\CppUTest
....\........\.cdtproject
....\........\.cproject
....\........\.project
....\........\.settings
....\........\.........\org.eclipse.cdt.core.prefs
....\........\.........\org.eclipse.cdt.ui.prefs
....\........\build
....\........\.....\alltests.mmp
....\........\.....\bld.inf
....\........\.....\ComponentMakefile
....\........\.....\ComponentMakefileExampleParameters
....\........\.....\cpputest.mmp
....\........\.....\MakefileWorker.mk
....\........\.....\StaticLibMakefile
....\........\cleanAll.sh
....\........\cpputest-hist.txt
....\........\CppUTest.dsp
....\........\CppUTest.dsw
....\........\CppUTest.mak
....\........\CppUTest.sln
....\........\CppUTest.vcproj
....\........\examples
....\........\........\.cdtproject
....\........\........\.project
....\........\........\.settings
....\........\........\.........\org.eclipse.cdt.core.prefs
....\........\........\AllTests
....\........\........\........\AllTests.cpp
....\........\........\........\AllTests.dsp
....\........\........\........\RunAllTests.sh
....\........\........\ApplicationLib
....\........\........\..............\AllTests.h
....\........\........\..............\ApplicationLib.dsp
....\........\........\..............\CircularBuffer.cpp
....\........\........\..............\CircularBuffer.h
....\........\........\..............\CircularBufferTest.cpp
....\........\........\..............\EventDispatcher.cpp
....\........\........\..............\EventDispatcher.h
....\........\........\..............\EventDispatcherTest.cpp
....\........\........\..............\ExamplesNewOverrides.h
....\........\........\..............\hello.c
....\........\........\..............\hello.h
....\........\........\..............\HelloTest.cpp
....\........\........\..............\MockDocumentationTest.cpp
....\........\........\..............\MockPrinter.h
....\........\........\..............\Printer.cpp
....\........\........\..............\Printer.h
....\........\........\..............\PrinterTest.cpp
....\........\........\CppUTestExample.dsw
....\........\........\lib
....\........\........\Makefile
....\........\........\objs
....\........\........\README.txt
....\........\include
....\........\.......\CppUTest
....\........\.......\........\CommandLineArguments.h
....\........\.......\........\CommandLineTestRunner.h
....\........\.......\........\JUnitTestOutput.h
....\........\.......\........\MemoryLeakAllocator.h
....\........\.......\........\MemoryLeakDetector.h
....\........\.......\........\MemoryLeakDetectorMallocMacros.h
....\........\.......\........\MemoryLeakDetectorNewMacros.h
....\........\.......\........\MemoryLeakWarningPlugin.h
....\........\.......\........\PlatformSpecificFunctions.h
....\........\.......\........\SimpleString.h
....\........\.......\........\TestFailure.h
....\........\.......\........\TestHarness.h
....\........\.......\........\TestHarness_c.h
....\........\.......\........\TestOutput.h
....\........\.......\........\TestPlugin.h
....\........\.......\........\TestRegistry.h
....\........\.......\........\TestResult.h
....\........\.......\........\TestTestingFixture.h
....\........\.......\........\Utest.h
....\........\.......\........\UtestMacros.h
....\........\.......\........\VirtualCall.h
....\........\.......\CppUTestExt
....\........\.......\...........\CodeMemoryReportFormatter.h
....\........\.......\...........\MemoryReportAllocator.h
....\........\.......\...........\MemoryReporterPlugin.h
....\........\.......\...........\MemoryReportFormatter.h
....\........\.......\...........\MockActualFunctionCall.h
....\........\.......\...........\MockExpectedFunctionCall.h
....\........\.......\...........\MockExpectedFunctionsList.h
....\........\.......\...........\MockFailure.h
....\........\.......\...........\MockFunctionCall.h
....\........\.......\...........\MockNamedValue.h
....\........\.......\...........\MockSupport.h
....\........\.......\....