Skip to content

Commit

Permalink
Add validationError files for local testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Sep 14, 2024
1 parent 5248c4c commit cc65b21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fmi2/rule-model/Tests/validationError.vdmsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* This is a file to define the validationError symbol for when the model is
* being tested locally, rather than via VDMCheck. Note that it is defined in
* the Tests folder, so not included with the distribution.
*/
values
validationError : [seq of char] = nil;
7 changes: 7 additions & 0 deletions fmi3/rule-model/Tests/validationError.vdmsl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/**
* This is a file to define the validationError symbol for when the model is
* being tested locally, rather than via VDMCheck. Note that it is defined in
* the Tests folder, so not included with the distribution.
*/
values
validationError : [seq of char] = nil;

0 comments on commit cc65b21

Please sign in to comment.