Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Kukovec committed Oct 25, 2023
1 parent 2f58350 commit dafbaec
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 0 additions & 8 deletions examples/spells/BoundedUInt.qnt
Original file line number Diff line number Diff line change
Expand Up @@ -604,12 +604,4 @@ module BoundedUInt_Test {

module BoundedUint8Test {
import BoundedUInt_Test(BITS = 8).*
}

module BoundedUint32Test {
import BoundedUInt_Test(BITS = 32).*
}

module BoundedUint64Test {
import BoundedUInt_Test(BITS = 64).*
}
5 changes: 5 additions & 0 deletions quint/cli-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,11 @@ fi
<!-- !test check rareSpells - Syntax/Types & Effects/Unit tests -->
quint test ../examples/spells/rareSpells.qnt

### OK on test BoundedUint8

<!-- !test check BoundedUint8 - Syntax/Types & Effects/Unit tests -->
quint test --main=BoundedUint8Test ../examples/spells/BoundedUint.qnt

### OK on test bug843pureValCache

<!-- !test check bug843pureValCache - Syntax/Types & Effects/Unit tests -->
Expand Down

0 comments on commit dafbaec

Please sign in to comment.