summaryrefslogtreecommitdiff
path: root/Software/cppunit.mdwn
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-18 00:50:35 -0700
committerJoe Rayhawk <jrayhawk@freedesktop.org>2013-05-18 00:50:35 -0700
commit21564963c940b95d7f4838a856027166cc6b43f4 (patch)
tree18b0d95fb456bbf049328412c5d29332fb2fdc4f /Software/cppunit.mdwn
parent1f8c50b5c7798083684782f7f40e7b1b8b38b6bf (diff)
Giant markdown cleanup, notably fixing preformatted text
Diffstat (limited to 'Software/cppunit.mdwn')
-rw-r--r--Software/cppunit.mdwn64
1 files changed, 31 insertions, 33 deletions
diff --git a/Software/cppunit.mdwn b/Software/cppunit.mdwn
index 3ca141e8..7d456f5e 100644
--- a/Software/cppunit.mdwn
+++ b/Software/cppunit.mdwn
@@ -1,12 +1,10 @@
-
-
# cppunit test framework
-[[CppUnit|CppUnit]] is the C++ port of the famous JUnit framework for unit testing. Test output is in XML for automatic testing and GUI based for supervised tests.
+[[CppUnit]] is the C++ port of the famous JUnit framework for unit testing. Test output is in XML for automatic testing and GUI based for supervised tests.
-This is a continuation of the [[original cppunit project|http://cppunit.sourceforge.net/]].
+This is a continuation of the [[original cppunit project|http://cppunit.sourceforge.net/]].
-[[!toc ]]
+[[!toc ]]
# Developers
@@ -14,20 +12,20 @@ This is a continuation of the [[original cppunit project|http://cppunit.sourcefo
## Getting the sources
-cppunit sources are stored in [[git|http://git-scm.com/]]. To get them, you can use:
-[[!format txt """
-git clone git://anongit.freedesktop.org/git/libreoffice/cppunit/
-"""]]
-or you can browse the code [[online|http://cgit.freedesktop.org/libreoffice/cppunit/]].
+cppunit sources are stored in [[git|http://git-scm.com/]]. To get them, you can use:
+
+ git clone git://anongit.freedesktop.org/git/libreoffice/cppunit/
+
+or you can browse the code [[online|http://cgit.freedesktop.org/libreoffice/cppunit/]].
-If you want to use release version you can fetch it from [[libreoffice mirror|http://dev-www.libreoffice.org/src/]].
+If you want to use release version you can fetch it from [[libreoffice mirror|http://dev-www.libreoffice.org/src/]].
### Release Versions
-[[Cppunit 1.13.1|http://dev-www.libreoffice.org/src/cppunit-1.13.1.tar.gz]] MD5: fa9aa839145cdf860bf596532bb8af97
+[[Cppunit 1.13.1|http://dev-www.libreoffice.org/src/cppunit-1.13.1.tar.gz]] MD5: fa9aa839145cdf860bf596532bb8af97
-[[Cppunit 1.13.0|http://dev-www.libreoffice.org/src/cppunit-1.13.0.tar.gz]] MD5: f868f74647d29dbd793a16a0e5b48b88
+[[Cppunit 1.13.0|http://dev-www.libreoffice.org/src/cppunit-1.13.0.tar.gz]] MD5: f868f74647d29dbd793a16a0e5b48b88
## Building it
@@ -35,30 +33,30 @@ If you want to use release version you can fetch it from [[libreoffice mirror|ht
### Dependencies
-Once the source has been checked out, cppunit can be built in usual manner:
-[[!format txt """
-cd cppunit
-./autogen.sh
-./configure
-make
-make check # optional
-make install
-"""]]
+Once the source has been checked out, cppunit can be built in usual manner:
+
+ cd cppunit
+ ./autogen.sh
+ ./configure
+ make
+ make check # optional
+ make install
+
## Contributing
-Once you have done a change that you are happy with, and that builds with cppunit, contribute it back, we'll be happy to integrate it! Do:
-[[!format txt """
-# commit your changes to your local repository
-git commit -a
-# create the patch
-git format-patch origin/master
-"""]]
+Once you have done a change that you are happy with, and that builds with cppunit, contribute it back, we'll be happy to integrate it! Do:
+
+ # commit your changes to your local repository
+ git commit -a
+ # create the patch
+ git format-patch origin/master
+
# Contact
-You can get in touch with us using multiple ways:
+You can get in touch with us using multiple ways:
-1. using IRC server **irc.freenode.net** and joining channel **#libreoffice-dev**
-1. using mailing list **[[libreoffice@lists.freedesktop.org|mailto:libreoffice@lists.freedesktop.org]]**
-1. filling bugreport in [[Freedesktop bugzilla|http://bugs.freedesktop.org/]] \ No newline at end of file
+1. using IRC server **irc.freenode.net** and joining channel **#libreoffice-dev**
+1. using mailing list **[[libreoffice@lists.freedesktop.org|mailto:libreoffice@lists.freedesktop.org]]**
+1. filling bugreport in [[Freedesktop bugzilla|http://bugs.freedesktop.org/]]