Open arBmind opened 2 years ago
Hi @arBmind it was a pleasure talking to you about all the build systems and learning aobut Qbs the other day.
Please apologies for the longer response time than usual.
Totally agree and we have it as PR implemented but missing some polishing for release, we had a similar request very early on.
Also we are about to release the plugin system that will allow devs to code their generic conventions in tipi easily.
We will keep you informed here as we roll out the supports.
I like to keep my tests next to the source files. I know others do this too.
To distinguish tests from regular code I would recommend the following:
*.test.cpp
,test_*.cpp
,test-*.cpp
,*_test.cpp
,*-test.cpp
test
,tst
,check
,unittest
tests
,checks
,unittests
What do you think?