Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 555 Bytes

Global Change Information System QA Build Status

Quick start :

./run-tests http://data.globalchange.gov

To run an individual test :

export GCIS_API_URL=http://data.globalchange.gov
prove t/02-client.t

Or : export GCIS_API_URL=http://data.globalchange.gov perl Build.PL ./Build test

Contents :

./run-tests  -- script to run the tests
t/           -- directory containing tests

Have fun!