Browse Source

tests: add maps to bring full NC closer to basic

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@73979 15284696-431f-4ddb-bdfa-cd5b030d7da7
Vaclav Petras 6 years ago
parent
commit
19589cd33e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      testsuite/examples/test_framework_GRASS_GIS_with_NC.sh

+ 3 - 1
testsuite/examples/test_framework_GRASS_GIS_with_NC.sh

@@ -1,7 +1,7 @@
 #!/bin/bash
 ############################################################################
 #
-# MODULE:       r.drain
+# MODULE:       Example script to run testsuite
 # AUTHOR(S):    Markus Neteler, Sören Gebbert, Vaclav Petras
 # PURPOSE:      Test GRASS GIS using the test framework
 #               Documentation:
@@ -103,6 +103,8 @@ g.copy raster=landcover_1m,landcover
 g.copy raster=geology_30m,geology
 g.copy raster=landuse96_28m,landuse
 g.copy raster=soilsID,soils
+g.copy vector=census_wake2000,census
+g.copy vector=elev_lid792_bepts,elev_points
 g.copy vector=zipcodes_wake,zipcodes
 g.copy vector=schools_wake,schools
 " > $GRASSDATA/tmp_rename.sh