mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
Allow to specify which specific test files to run
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user