aboutsummaryrefslogtreecommitdiff
path: root/src/doxy/unittest.dox
diff options
context:
space:
mode:
Diffstat (limited to 'src/doxy/unittest.dox')
-rw-r--r--src/doxy/unittest.dox15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/doxy/unittest.dox b/src/doxy/unittest.dox
new file mode 100644
index 0000000..41b13f8
--- /dev/null
+++ b/src/doxy/unittest.dox
@@ -0,0 +1,15 @@
1/*
2 * Copyright (C) 2007-2008 Xagasoft, All rights reserved.
3 *
4 * This file is part of the libbu++ library and is released under the
5 * terms of the license contained in the file LICENSE.
6 */
7
8/**
9 *@page howto_unittest Writing Unit Tests For Your Programs
10 *
11 * Libbu++ uses it's own simple and flexible unit testing framework, and you can
12 * too!
13 *
14 *@todo Finish this page.
15 */