Skip to content

Commit

Permalink
run tsp-asn1 tests
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw committed Oct 1, 2024
1 parent 8c3c49e commit 839c5dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ test tests: $(VENV)/pyvenv.cfg
pytest --cov=$(PY_IMPORT) $(T) $(TEST_ARGS) && \
python -m coverage report -m $(COV_ARGS)
cargo test --manifest-path rust/Cargo.toml
cargo test --manifest-path rust/tsp-asn1/Cargo.toml
2 changes: 1 addition & 1 deletion rust/tsp-asn1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions rust/tsp-asn1/src/tsp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,8 @@ pub struct RawTimeStampResp<'a> {

#[cfg(test)]
mod tests {
use crate::{cms, name};

use super::*;

#[test]
Expand Down

0 comments on commit 839c5dd

Please sign in to comment.