Add tests to check two and six decimals on numbers close to zero
[gpstools.git] / Makefile
blobcf7ac4329cba46a73d7906f9bf94ee21e0f3c367
1 # Makefile for gpstools
2 # File ID: 32685082-4ea4-11df-a951-90e6ba3022ac
4 all:
5 @echo Syntax: make test\|remotes
7 test:
8 cd tests; $(MAKE)
10 remotes:
11 git remote add Spread sunny@git.sunbase.org:/home/sunny/Git-spread/gpstools.git; true
12 git remote add github git@github.com:sunny256/gpstools.git; true
13 git remote add gitorious git@gitorious.org:sunny256/gpstools.git; true
14 git remote add repoorcz ssh://sunny256@repo.or.cz/srv/git/gpstools.git; true
15 git remote add sunbase sunny@git.sunbase.org:/home/sunny/Git/gpstools; true