dlang-community / d2sqlite3

A small wrapper around SQLite for the D programming language
Boost Software License 1.0
75 stars 26 forks source link

Run the tests on `dub test` #67

Closed Geod24 closed 3 years ago

Geod24 commented 3 years ago

Due to DUB bug 2060 the 'with-lib' configuration was picked, resulting in 'excludeSourceFiles' being applied and the test were simply never run. This was however not a problem on the CI, as we use a configuration explicitly, but can bit a contributor that would just use dub test.