Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fea8a72

Browse files
committed
Added more text on the page
1 parent b6175dd commit fea8a72

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

index.html

+11-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ <h2>CppUTest unit testing and mocking framework for C/C++</h2>
2222
<a href="https://github.com/downloads/basvodde/cpputest/CppUTest-v3.2.zip" class="btn">Download Release 3.2 as .zip</a>
2323
<a href="https://github.com/downloads/basvodde/cpputest/CppUTest-v3.2.tar.gz" class="btn">Download Release 3.2 as .tar.gz</a>
2424
<a href="https://github.com/basvodde/cpputest/zipball/master" class="btn">Download latest code as .zip</a>
25-
<a href="https://github.com/basvodde/cpputest/tarball/master" class="btn">Download latest code as .tar.gz</a>
2625
<a href="https://github.com/basvodde/cpputest" class="btn btn-github"><span class="icon"></span>View on GitHub</a>
2726
</section>
2827
</div>
@@ -32,7 +31,17 @@ <h2>CppUTest unit testing and mocking framework for C/C++</h2>
3231
<section id="main_content">
3332
<h3>Welcome to CppUTest github page.</h3>
3433

35-
<p>This is CppUTest</p>
34+
<p>What is CppUTest</p>
35+
36+
CppUTest is a C /C++ based unit xUnit test framework for unit testing and for test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems but it works for any C/C++ project.
37+
38+
CppUTest is based on the following design principles
39+
<ul>
40+
<li>Simple in design and simple in use.
41+
<li>Portable to old and new platforms.
42+
</ul>
43+
44+
<p>Where to get CppUTest</p>
3645

3746
<pre><code>Some code here
3847
And some more code

0 commit comments

Comments
 (0)