Mercurial > crates > nonstick
comparison libpam-sys/libpam-sys-test/tests/test_constants.rs @ 124:f469b8d9ad78 default tip
Add tests for the original X/SSO constants list.
author | Paul Fisher <paul@pfish.zone> |
---|---|
date | Mon, 30 Jun 2025 04:54:38 -0400 |
parents | 9e05e44050d0 |
children |
comparison
equal
deleted
inserted
replaced
123:98a624cacd82 | 124:f469b8d9ad78 |
---|---|
1 #[allow(overflowing_literals)] | 1 #[allow(deprecated, overflowing_literals)] |
2 #[test] | 2 #[test] |
3 fn check_constants() { | 3 fn check_constants() { |
4 include!(concat!(env!("OUT_DIR"), "/constant_test.rs")) | 4 include!(concat!(env!("OUT_DIR"), "/constant_test.rs")) |
5 } | 5 } |