Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Paul Wessel d90ddd6213
Added GMT_check_filearg to test for existence of input files and validity of output names
11 years ago
..
api
63c097e473
Fix issue # 339
12 years ago
15e59bbf7e
Unify use of src-variable in test scripts.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
15e59bbf7e
Unify use of src-variable in test scripts.
12 years ago
1674265903
Fix typo.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
8bc45406c2
GDAL tests.
12 years ago
1d59c4390f
Reduce netCDF file size.
11 years ago
61c63f505a
Harmonize directory settings and config option wording (fixes #265).
12 years ago
200ec00615
Renamed new core tool gmtstich to gmtconnect, added backwards compatibility with gmtstitch
12 years ago
0b0b7f79f7
Added gmtconvert -Q test, now supports multiple regexp via file
12 years ago
1674265903
Fix typo.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
1674265903
Fix typo.
12 years ago
15e59bbf7e
Unify use of src-variable in test scripts.
12 years ago
15e59bbf7e
Unify use of src-variable in test scripts.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
15e59bbf7e
Unify use of src-variable in test scripts.
12 years ago
1674265903
Fix typo.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
1674265903
Fix typo.
12 years ago
1d59c4390f
Reduce netCDF file size.
11 years ago
1674265903
Fix typo.
12 years ago
1674265903
Fix typo.
12 years ago
3e70270875
Remove duplicate files.
11 years ago
1d59c4390f
Reduce netCDF file size.
11 years ago
6aa3814824
Forgot to switch +s to +u in some scripts
12 years ago
15e59bbf7e
Unify use of src-variable in test scripts.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
d90ddd6213
Added GMT_check_filearg to test for existence of input files and validity of output names
11 years ago
459b6e038d
Fix permissions, line endings, and svn props.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
70fc41aba2
Change minmax to gmtinfo, prep for GSHHG change
11 years ago
1674265903
Fix typo.
12 years ago
b291d8a6a6
Prepend gmt to each module. Fix svn properties.
12 years ago
1d59c4390f
Reduce netCDF file size.
11 years ago
1674265903
Fix typo.
12 years ago
1d59c4390f
Reduce netCDF file size.
11 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
70fc41aba2
Change minmax to gmtinfo, prep for GSHHG change
11 years ago
img
1fa114b079
Use gmt_parse_range in places where column ranges are specified
12 years ago
kml
b41031102a
Fix source path of data files.
11 years ago
d64cc2be7e
Address #370 and bug in snyders.sh test script
12 years ago
2b4715ff43
Have to break backwards compatibility in meca supplement due to its unrestricted use of lower-case options reserved for GMT common options
12 years ago
70fc41aba2
Change minmax to gmtinfo, prep for GSHHG change
11 years ago
ogr
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
1d59c4390f
Reduce netCDF file size.
11 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
012ace6f6b
Add 'original' PS for annotations4 test
12 years ago
1674265903
Fix typo.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
3e70270875
Remove duplicate files.
11 years ago
15e59bbf7e
Unify use of src-variable in test scripts.
12 years ago
15e59bbf7e
Unify use of src-variable in test scripts.
12 years ago
85c7e38cb9
update psldemo.ps
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
1d59c4390f
Reduce netCDF file size.
11 years ago
1e64ec5fa1
Use new syntax for -Sl<size>+t<text>[+f<font>][+j<justify>] in psxy[z], backwards compatible
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
1674265903
Fix typo.
12 years ago
sph
3e70270875
Remove duplicate files.
11 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
1d59c4390f
Reduce netCDF file size.
11 years ago
1674265903
Fix typo.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
1674265903
Fix typo.
12 years ago
48c9753062
Now use one executable, the gmt application, in scripts
12 years ago
1d59c4390f
Reduce netCDF file size.
11 years ago
8bc45406c2
GDAL tests.
12 years ago
973824e87b
Redirect error messages to stderr.
11 years ago

README.tests

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  1. # $Id$
  2. #
  3. # This is README for the test directory
  4. # Each program or theme should have a separate directory
  5. # which may contain any number of Bourne (*.sh)
  6. # scripts that tests one or more aspects of the program.
  7. # The script should report a PASS/FAIL grade so
  8. # that it is easy to tell which test failed.
  9. # Originals of PS files or log files should be placed in a subdirectory
  10. # named "orig".
  11. # In addition, each script that fails should add a single line
  12. # to the file ../fail_count.d so we may report a total.
  13. #
  14. # P. Wessel, May 2007
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...