Filling in Accumulator implementation and test client

as well as fixing the Canvas implementation so that it doesn't pop up an
X window on init.
This commit is contained in:
Dan Buch
2012-12-21 22:49:50 -05:00
parent 209e074503
commit 5d5ada2dfc
5 changed files with 98 additions and 8 deletions

View File

@@ -8,7 +8,9 @@ TARGETS := \
$(REPO_BASE)/algs4-randomseq \
$(REPO_BASE)/algs4-average \
$(REPO_BASE)/algs4-interval2d \
$(REPO_BASE)/algs4-date
$(REPO_BASE)/algs4-date \
$(REPO_BASE)/algs4-test-accumulator
test: build
go test -x $(TARGETS)