-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to run external binary modules #670
base: master
Are you sure you want to change the base?
Conversation
Specify runnable binary location and params in conf
Add new module details in rvs/src/rvsexec.cpp and rvs/src/rvs_interface.cpp as well. |
@@ -22,10 +22,10 @@ | |||
* SOFTWARE. | |||
* | |||
*******************************************************************************/ | |||
#ifndef HIPTEST_SO_INCLUDE_RVS_MODULE_H_ | |||
#define HIPTEST_SO_INCLUDE_RVS_MODULE_H_ | |||
#ifndef EM_SO_INCLUDE?RVS_MODULE_H_ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems typo. Underscore "_" expected instead of "?" right ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
Til now, RVS runs only modules that are compiled as part of RVS code as shared objects , this module enables us to run pre compiled external binaries via conf file .
Can run one module at once via conf now. can modify test-path and test-args .