Allow to specify which specific test files to run

This commit is contained in:
Pieter Noordhuis
2010-10-13 09:26:44 +02:00
parent b4f2e412d0
commit 9f1ae9abee
2 changed files with 18 additions and 3 deletions

View File

@ -126,7 +126,7 @@ dep:
$(CC) -MM *.c
test:
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}")
(cd ..; tclsh8.5 tests/test_helper.tcl --tags "${TAGS}" --file "${FILE}")
bench:
./redis-benchmark