Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorariel faigon <ariel.git@yendor.com>2010-12-06 00:52:10 +0300
committerJohnLangford <jl@hunch.net>2010-12-06 18:01:52 +0300
commit7d5e04cbbd9e463e743e79a0cb529a29bb9ee6da (patch)
treee137671e428a0d855d5724bb67ac87c9e2135edc /Makefile
parent91472aa29f4c9abe92c2cfa61e4153f0c248859a (diff)
Add more tests: 1) really test -q (was noop) 2) test threads
+ rebase/merge with JL master, regenerate test ref files + Be explicit in on tested executable in 'make test'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ea66eacb..59107dac 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ offset_tree: hash.o io.o parse_regressor.o parse_primitives.o cache.o sparse_de
test: .FORCE
@echo "vw running test-suite..."
- @(cd test && ./RunTests)
+ @(cd test && ./RunTests ../vw)
install: vw
cp $(BINARIES) ~/bin