git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61274 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -0,0 +1,11 @@
+<h2>DESCRIPTION</h2>
+
+<em>test.raster3d.lib</em>
+is a module dedicated for testing the raster 3d library functionality and to perform benchmark runs.
+This module is used by the testing framework to perform library tests.
+<h2>AUTHOR</h2>
+Sören Gebbert
@@ -103,6 +103,8 @@ int main(int argc, char *argv[]) {
module = G_define_module();
module->description
= "Performs unit and integration tests for the raster3d library";
+ G_add_keyword(_("test"));
/* Get parameters from user */
set_params();