michalwidera / retractordb

RetractorDB - Time Series Database
http://retractordb.com
MIT License
4 stars 2 forks source link

Depend test on build artifacts #37

Open michalwidera opened 1 year ago

michalwidera commented 1 year ago

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.