]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit - Makefile
setup: test depends on build, which means it invokes setup.py every time, which is...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 24 Apr 2008 16:57:04 +0000 (09:57 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 24 Apr 2008 16:57:04 +0000 (09:57 -0700)
commitc559769e7858ae8da177e5d993ca58c62e432713
tree78264c5ec3ec1f5f5dbfd942c3126193a74398e1
parent1e2698713bce2850a02666e48c07f3ce26767f1d
setup: test depends on build, which means it invokes setup.py every time, which is slower but does "the right thing" more often
There is a new target "quicktest" which depends on the .built and .checked-deps files.  test-figleaf also depends on the build target now.
Makefile