-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integration tests for DAQ streaming APIs (#1138)
### What does this Pull Request accomplish? - Added tests for various streaming APIs for DAQmx - I also had to update `mock_library.h.mako` to not generate mocked APIs for the ones with > 15 parameters. `MOCK_METHOD` macro was expanding to something not compilable when param list was more than 15. I don't see any unit/integration tests using these APIs yet, so this should be acceptable. ### What testing has been done? Executed tests locally.
- Loading branch information
1 parent
bc1e34b
commit d2f2862
Showing
6 changed files
with
274 additions
and
13 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
Oops, something went wrong.