-
Notifications
You must be signed in to change notification settings - Fork 6
Test models for XParser -- errors related to messages #5
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
Conversation
|
Should not be merged until a fix is created and tests pass. |
|
Added the custom Makefile.templ file to the pull request (Issue #8). |
|
how to use the make.templ file when installation? after /.configure --prefix=/mnt/usr/my/gsl-2.4? |
|
@LuffyLuffy, I think the answer is described here: #8.
Although I would advise against installing GSL and Libmboard in the same folder, as it looks like you are doing (gsl-2.4 is where you installed GSL I suppose). |
…es at run-time when writing output to xml files
|
@svdhoog Looks great. Happy for this to be merged. |
|
@mondus Great, thanks! But please note I was unable to find a way to make 2 separate pull requests, so these are 5 commits. And I assume the "happy to merge" only refers to the last 2 commits in this pull request (commit 4/5 for GSL in non-standard locations and commit 5/5 on asserts for extreme values). Since commits 1-3 refer to the test models for messages, which have not yet been fixed/attended to as far as I know. |
…es in call to setter function (and comment out in write_Agentname_agent)
|
Hi @svdhoog . Just to be clear. If we merge then this will include two commits for GSL and extreme values and ad some test models which currently cause a problem which needs fixing? If so then happy to merge and create a bug for the failing models. |
|
@mondus Yes, that's all included. I also updated the comment above a bit to reflect the value-checking for the setter functions as well. Would be good if this comment somehow could be carried over to the documentation. |
|
Unittests for function conditions (64 unittests) This unittest suite consists of tests for function conditions. Tested are pairs of one time-condition and one memory-condition, using one logical operator (AND, OR), and the NOT operator. A description of the tests is in The folder |
…ng, filtering+randomizing
The folder xparser/tests/test_mesgs contains 5 models that produce errors. See the readme.rd file in that folder for how to reproduce the tests. Each model folder contains the same script parse.sh that parses the model.xml file using the xparser in this repository's root (make sure the build first).