Changed the Makefile to use the public SVN repository for getting the cgtests

This commit is contained in:
Neil Brown 2007-10-06 15:29:39 +00:00
parent 0cf27ce4b6
commit 683757d293

View File

@ -57,7 +57,7 @@ cgtests = $(wildcard cgtests/cgtest??.occ)
cgtests_targets = $(patsubst %.occ,%,$(cgtests))
get-cgtests:
svn co https://subversion.frmb.org/svn/cgtests/branches/tock cgtests
svn co https://subversion.frmb.org/pubsvn/cgtests/branches/tock cgtests
all-cgtests: $(cgtests_targets)