From 758273323a84047fcec42222973c123e45d33509 Mon Sep 17 00:00:00 2001 From: hathach Date: Tue, 25 Mar 2014 17:32:31 +0700 Subject: some markdown work --- tests/readme.markdown | 16 ++++++++++++++++ tests/readme.md | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 tests/readme.markdown delete mode 100644 tests/readme.md diff --git a/tests/readme.markdown b/tests/readme.markdown new file mode 100644 index 000000000..d96b8c64b --- /dev/null +++ b/tests/readme.markdown @@ -0,0 +1,16 @@ +# Test-Driven Development (TDD) # + +TDD indeed works with C & embedded with the help of Ceedling, Unity & CMock as a testing framework. + +comming soon + +More detail on TDD can be found at + +- [James W. Grenning's book "Test Driven Development for Embedded C"](http://www.amazon.com/Driven-Development-Embedded-Pragmatic-Programmers/dp/193435662X) +- [throwtheswitch's Ceedling, CMock & Unity](http://throwtheswitch.org/) + +## Continuous Integration ## + +comming soon + +[![Build Status](https://travis-ci.org/hathach/tinyusb.png?branch=master)](https://travis-ci.org/hathach/tinyusb) diff --git a/tests/readme.md b/tests/readme.md deleted file mode 100644 index d96b8c64b..000000000 --- a/tests/readme.md +++ /dev/null @@ -1,16 +0,0 @@ -# Test-Driven Development (TDD) # - -TDD indeed works with C & embedded with the help of Ceedling, Unity & CMock as a testing framework. - -comming soon - -More detail on TDD can be found at - -- [James W. Grenning's book "Test Driven Development for Embedded C"](http://www.amazon.com/Driven-Development-Embedded-Pragmatic-Programmers/dp/193435662X) -- [throwtheswitch's Ceedling, CMock & Unity](http://throwtheswitch.org/) - -## Continuous Integration ## - -comming soon - -[![Build Status](https://travis-ci.org/hathach/tinyusb.png?branch=master)](https://travis-ci.org/hathach/tinyusb) -- cgit v1.3.1