Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: add tests for Rust bindings #411

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Feb 19, 2024

  1. tests: Add tests for Rust bindings

    Add the regression tests (1-60) for the libseccomp crate that is
    Rust language bindings for the libseccomp library.
    
    You can run the tests as follows:
    
    ```sh
    $ sed -i "/^AC_INIT/ s/0.0.0/9.9.9/" configure.ac
    $ ./autogen.sh
    $ ./configure --prefix=$(pwd)/src/.libs --enable-rust
    $ make && make install
    $ make check-build
    $ cd tests && ./regression -m rust
    ```
    
    Based on: seccomp#323
    
    Signed-off-by: Manabu Sugimoto <[email protected]>
    Signed-off-by: mayank <[email protected]>
    ManaSugi committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    86f5b73 View commit details
    Browse the repository at this point in the history