New Makefile target to run a solo test #446
Labels
area: build
Issues related to builds, makefiles, installs, etc
area: test
Issues related to the test suite
type: feature
Issues that include feature request or feature idea
type: usability
Issues related to ease of use
Description
To run a single test in SmartRedis currently requires execution of several manual steps. A new Makefile target could automate these.
Justification
It's a small simplification that means that developers won't need to remember manual steps.
Implementation Strategy
Create a new Make target,
test-solo
that accepts an argument for the target test as well as all the standard args. Duplicate or tweak the automation framework to run just this test.The text was updated successfully, but these errors were encountered: