forked from supercollider/supercollider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request supercollider#6003 from dyfer/topic/sclang-test-ru…
…nner-clean-pt1 Run testsuite directly
- Loading branch information
Showing
11 changed files
with
557 additions
and
191 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 was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
//add unit tests to the include paths | ||
( | ||
var path = thisProcess.argv[0]; | ||
|
||
path ?? {path = "".resolveRelative.dirname +/+ "classlibrary"}; | ||
|
||
if(File.exists(path)) { | ||
postf("\nAdding include path %\n\n", path); | ||
LanguageConfig.addIncludePath(path); | ||
LanguageConfig.store; | ||
} { | ||
format("Specified path doesn't exist, not adding: %", path).warn; | ||
}; | ||
|
||
0.exit; | ||
) |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.