Files
modeling-app/src/wasm-lib/tests/executor
Adam Chalmers 07a90b3171 Use kcl_input! macro (#3189)
* Use kcl_input! macro

These two lines are equivalent:
`kcl_input!("foo")`
`include_str!("inputs/foo.kcl")`

Simplifies the tests.

* Move more KCL test programs into their own files

* Move twenty-twenty asserts into their own function

* Move more asserts into 'assert_out'
2024-07-30 11:14:37 -05:00
..
2024-07-30 11:14:37 -05:00
2024-07-30 11:14:37 -05:00