Rename test_*** --> demo_***
Currently we have unit tests and demos, their names and paths are:
- unit tests:
tests/gtest_*.cpp
- demos
src/examples/test*.cpp
I propose renaming, as follows:
- path
test
-->test
: no change - path
src/examples
-->demos
orexamples
but not in thesrc
path - filenames
test_*.cpp
-->demo_*.cpp
orexample_*.cpp
.
I prefer demo
over example
because it's shorter.