-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tests #66
Merged
Merged
Tests #66
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
5f65962
Add devcontainer and Dependencies
halentin 33a91bc
template for FMI2/3 tests
ThummeTo 1d938fd
s
halentin 678ca14
Merge branch 'tests2' into tests
halentin 29122e1
Unzip and Load
halentin 0ce617b
switch container to 22.04
halentin b05f4bf
add os and architecture distinction and check
halentin 84439e3
add passing test to os change
halentin 007b340
Working Tests for Instantiate, Free, GetVersion and GetTypesPlatform
halentin 0ebc1d5
create utils.jl
halentin e0f2852
os check in utils
halentin f270aaf
Get/SetStatus Tests, type checking
halentin 7861259
typo
halentin 4e6b259
SetDebugLogging
halentin 4682b90
Reset + Terminate
halentin f41cab2
FreeState
halentin 5c047fe
serializedsize
halentin 3c94fce
typo
halentin 95af3a1
Getter and Setter
halentin 65cdff1
get/set and directionalderivative
halentin a4cfbd1
ME-specific Functions
halentin cfba806
move type check to utils
halentin e5df48d
Testsets
halentin ac3330b
some CS Tests
halentin af3f925
logging?
halentin acc1e90
ähh
halentin 6edc1b7
working generic and ME-specific functions
halentin 00090d3
remove component typecast
halentin 778127a
try internal callback
halentin 353a20e
fix terminate test with logger
halentin 47e0e3c
add os distinction to cblibpath
halentin 6064af1
add binaries for linux and mac
halentin 45d2e71
add function to create callbacks
halentin 6e4dbfd
stop logging
halentin 3d454e3
CS Get/Set Tests
halentin 58023c3
Get and Set Real Input and Output Derivatives CS
halentin 72f7443
split files
halentin 0b51fbf
remove todo
halentin a98e01f
remove devcontainer
halentin ed54c2a
add download for callbacks
halentin 0b9bd0f
fix download dll on windows
halentin c9a7bbd
replace OS-Check Test with warning and skip
halentin 04726b4
add begin and end to testsets for 1.6 compatibility
halentin b04f824
remove Type Checks and "fix" 32 Bit Tests
halentin 0683f94
Add Testing with IO FMU and Tests for fmi2String and fmi2Boolean
halentin d4c09dc
move CS Get/Set OutputDerivatives to IO-FMU
halentin 0361bc1
Supress expected Warnings and CVODE Stats
halentin a967276
point to right 32 bit binaries
halentin 23dbff5
remove unnecessary DoStep that Errors on 32 Bit for some reason
halentin fe7822b
decrease dostep size
halentin c5f981c
change stepsize back
halentin d43cb4a
only Test DoStep on x64
halentin dea4428
Merge branch 'main' into tests
ThummeTo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
type checks are not necessary (redundant), because we will check for type stable functions in the next release