michalwidera/retractordb

Depend test on build artifacts

michalwidera opened this issue · 0 comments

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.