mirror of
https://github.com/urbit/shrub.git
synced 2024-11-09 15:57:27 +03:00
e888960370
Including these in pkg/arvo has caused many minor problems over the years. We don't want to include them in releases, but this often meant excluding them manually, which was error-prone. Here, we move them out of /pkg/arvo/tests and into /tests. CI will have to be updated to match, since we'll still want to include tests there.
34 lines
693 B
Plaintext
34 lines
693 B
Plaintext
:: Test that these hints do not crash the runtime
|
|
:: there is no need to include a test for dynamic %bout
|
|
:: since all hoon tests exersize dynamic %bout
|
|
|%
|
|
:: test that these trace hints
|
|
:: are safe to run or ignore
|
|
++ test-hilt-hela
|
|
~> %hela
|
|
~
|
|
++ test-hint-hela
|
|
~> %hela.[1 leaf+"test-hint-hela ~"]
|
|
~
|
|
++ test-hilt-nara
|
|
~> %nara
|
|
~
|
|
++ test-hint-nara
|
|
~> %nara.[1 leaf+"test-hint-nara ~"]
|
|
~
|
|
:: test that theses bytecode-report hints
|
|
:: are safe to run or ignore
|
|
++ test-hilt-xray
|
|
~> %xray
|
|
~
|
|
++ test-hint-xray
|
|
~> %xray.[1 leaf+"test-hint-xray ~"]
|
|
~
|
|
:: test that the hilt bout hint
|
|
:: is safe to run or ignore
|
|
++ test-hilt-bout
|
|
~> %bout
|
|
~
|
|
--
|
|
|