Hi,

I checked out vibelog project, and try to play and learn with it.

But dub test does not seem to work there. I added unittest{...} to source/app.d, but they are not run when I use dub test.

Is it because that vibelog project is older?

I tried to dub init a new project, and put unittest{...} code and it works, but with a message which says:

No source files found in configuration 'library'. Falling back to "dub -b unittest".

what does this mean?