You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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: #323
Signed-off-by: Manabu Sugimoto <[email protected]>
Signed-off-by: mayank <[email protected]>
0 commit comments