Compare commits
2 Commits
06c61ade54
...
366efd8331
Author | SHA1 | Date |
---|---|---|
Benedikt Peetz | 366efd8331 | |
Benedikt Peetz | 1e078fa46d |
|
@ -54,6 +54,10 @@ Trixy contains integration tests in the `./tests` directory. These are maintaine
|
|||
`./scripts/tests.sh` script. Take a look at it's `--help` output for further usage
|
||||
information.
|
||||
|
||||
This crate also contains a binary, which can help with manual testing and inspecting of the
|
||||
generated AST. The `cargo run --features 'build-binary' -- --help` output should provide
|
||||
all required information.
|
||||
|
||||
Tests are (as of now) only positive, i.e. they can only test successful situations.
|
||||
Failing test will probably be supported in the future.
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ pub mod test {
|
|||
}
|
||||
}
|
||||
fn from_ptr(
|
||||
ptr: Self::Ptr,
|
||||
_ptr: Self::Ptr,
|
||||
) -> Result<Self, trixy::types::error::TypeConversionError> {
|
||||
todo!()
|
||||
}
|
||||
|
|
Reference in New Issue