-
Notifications
You must be signed in to change notification settings - Fork 449
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
client: make the --app_test feature more general.
This feature lets you run an app under a BOINC client without having a project. You describe the app (i.e. its input/output files) in C++ code, in the function app_test_init(). I used this to debug sporadic apps and VM aps. This PR is a rewrite of app_test_init() to make it clearer, and to facilitate describing apps with input and output files.
- Loading branch information
1 parent
ff9954e
commit 04f5537
Showing
3 changed files
with
123 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters