AS A [programmer],
I WANT TO [make test and test current build artifacts],
SO THAT [I will be sure that I'm testing what I have builded and not installed version]
make test requires make install because test code uses installed artifacts.
I think that make test should use build artifacts instead of installed one.
AS A [programmer], I WANT TO [make test and test current build artifacts], SO THAT [I will be sure that I'm testing what I have builded and not installed version]
make test requires make install because test code uses installed artifacts. I think that make test should use build artifacts instead of installed one.