aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMu Qiao <qiaomuf@gentoo.org>2011-06-02 17:20:21 +0800
committerPetteri Räty <petsku@petteriraty.eu>2011-06-02 14:41:14 +0300
commite34dbb92557c29135a79d6ec65f8785670a40104 (patch)
tree9786a48efba75de12a40b01c4d2d2db8faad4c9a /test
parentBuiltin: support eval built-in (diff)
downloadlibbash-e34dbb92557c29135a79d6ec65f8785670a40104.tar.gz
libbash-e34dbb92557c29135a79d6ec65f8785670a40104.tar.bz2
libbash-e34dbb92557c29135a79d6ec65f8785670a40104.zip
Coding standard: git log for author information
The author information can be found from git so just refer people from that.
Diffstat (limited to 'test')
-rw-r--r--test/api_test.cpp1
-rw-r--r--test/post_check.cpp1
-rw-r--r--test/test.cpp1
-rw-r--r--test/test.h1
-rw-r--r--test/walker_test.cpp1
5 files changed, 0 insertions, 5 deletions
diff --git a/test/api_test.cpp b/test/api_test.cpp
index a724401..7744ebf 100644
--- a/test/api_test.cpp
+++ b/test/api_test.cpp
@@ -18,7 +18,6 @@
*/
///
/// \file api_test.cpp
-/// \author Mu Qiao
/// \brief series of unit tests for the public interface
///
diff --git a/test/post_check.cpp b/test/post_check.cpp
index f7feebd..2a411f8 100644
--- a/test/post_check.cpp
+++ b/test/post_check.cpp
@@ -18,7 +18,6 @@
*/
///
/// \file post_check.cpp
-/// \author Mu Qiao
/// \brief series of unit tests for generated source files.
///
diff --git a/test/test.cpp b/test/test.cpp
index da4bc9e..e460fc1 100644
--- a/test/test.cpp
+++ b/test/test.cpp
@@ -18,7 +18,6 @@
*/
///
/// \file test.cpp
-/// \author Mu Qiao
/// \brief helper functions for tests
///
#include <cstdlib>
diff --git a/test/test.h b/test/test.h
index 18a1a31..ba5cd1f 100644
--- a/test/test.h
+++ b/test/test.h
@@ -18,7 +18,6 @@
*/
///
/// \file test.h
-/// \author Mu Qiao
/// \brief helper functions for tests
///
#ifndef LIBBASH_TEST_H_
diff --git a/test/walker_test.cpp b/test/walker_test.cpp
index 41a4fc4..bfdba83 100644
--- a/test/walker_test.cpp
+++ b/test/walker_test.cpp
@@ -18,7 +18,6 @@
*/
///
/// \file lib_test.cpp
-/// \author Mu Qiao
/// \brief series of unit tests for generated walker.
///