Skip to content

Commit

Permalink
Added run_grouped_average
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkraljevic committed Dec 8, 2013
1 parent 782c16b commit 99155be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions h2o-cookbook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ build:
test:
java -cp `cat ../target/classpath | sed 's/lib/..\/lib/g'`:../target/h2o.jar:h2o-cookbook.jar cookbook.CookbookRunner

run_grouped_average:
java -cp `cat ../target/classpath | sed 's/lib/..\/lib/g'`:../target/h2o.jar:h2o-cookbook.jar cookbook.groupedaverage.GroupedAverageWithHttpRunner

clean:
ant -f h2o-cookbook.xml clean
rm -f h2o-cookbook.jar
Expand Down

0 comments on commit 99155be

Please sign in to comment.