cannot create a unit test in a different directory than source
Systemverilog Unit Test Framework
Brought to you by:
bryan_morris,
nosnhojn
So initially I thought changing the template was the right idea. now I'm not sure. I think I'd prefer suggesting people add a compile arg to the command line instead of coding the path into the template...
runSVUnit -sim modelsim -c_arg "+incdir../.."
or updating the template by hand, which is probably what you already did.
-neil