Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.
DTP Engine - custom folder for user rules
Andrey Madan
Posts: 388 ✭✭✭
in C/C++test
Is there a parameter that can override the default user rules directory?
By default - it's here:
[INSTALL_DIR]\rules\user\
What if I want to put my user rules under version control and map to some other directory?
Tagged:
1
Comments
-
You can use this property in the DTP Engine's property file to use a custom location for the user rules:
cpptest.custom.rule.dir=[PATH TO USER RULES]
0 -
Perfect! Thanks!
0