Skip to content

Commit

Permalink
removes .check files
Browse files Browse the repository at this point in the history
  • Loading branch information
christophkloeffel committed Oct 21, 2024
1 parent 0f48dbe commit 989b83b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions tests-integration/projects/basic/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ pycode.lobster: nor.py
--out="pycode.lobster" \
--parse-decorator trlc_reference requirement

software-requirements.lobster: potato.rsl potato.check potato.trlc
@lobster-trlc *.rsl *.check *.trlc \
software-requirements.lobster: potato.rsl potato.trlc
@lobster-trlc *.rsl *.trlc \
--out="software-requirements.lobster"

json.lobster: example.json
Expand Down
5 changes: 0 additions & 5 deletions tests-integration/projects/basic/potato.check

This file was deleted.

4 changes: 4 additions & 0 deletions tests-integration/projects/basic/potato.rsl
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ type Linked_Requirement extends Requirement
{
trace_trlc optional Requirement [1 .. *]
}

checks Requirement {
len(text) >= 10, warning "this is a bit short", text
}

0 comments on commit 989b83b

Please sign in to comment.