-
Notifications
You must be signed in to change notification settings - Fork 8
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 #1853 from AllenInstitute/bugfix/1853-check-all-xo…
…ps-in-check-installation CHI_CheckInstallation: Add checks for forgotten XOPs
- Loading branch information
Showing
5 changed files
with
39 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
#pragma TextEncoding = "UTF-8" | ||
#pragma rtGlobals=3 // Use modern global access method and strict wave access. | ||
#pragma rtFunctionErrors=1 | ||
#pragma ModuleName=XOPsCompilationTests | ||
|
||
static Function CheckCompilation_IGNORE() | ||
|
||
// JSON | ||
JSONXOP_Version | ||
|
||
// ZeroMQ | ||
print zeromq_test_serializeWave($"") | ||
|
||
// TUF | ||
TUFXOP_Version | ||
|
||
// MiesUtils | ||
print MU_RunningInMainThread() | ||
|
||
// NWBv2 compound | ||
IPNWB_WriteCompound "" | ||
End |
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
Binary file not shown.