d-r-q / qbit

qbit is a kotlin-multiplatform embeddable decentralized DBMS with object-relational information model
44 stars 9 forks source link

Remove duplication of StorageTest #53

Open d-r-q opened 5 years ago

d-r-q commented 5 years ago

Currently StorageTest is duplicated in all modules due to kotlin multiplatform multiproject build configuration.

In particular there is no (obvious) way to declare dependency on project test sources.

Find out a way to get rid of this duplication