Mercurial > crates > nonstick
annotate libpam-sys/libpam-sys-test/tests/test_constants.rs @ 126:57c812e308bd
Fix punctuation in PamImpl docstring.
| author | Paul Fisher <paul@pfish.zone> |
|---|---|
| date | Mon, 30 Jun 2025 21:52:10 -0400 |
| parents | f469b8d9ad78 |
| children |
| rev | line source |
|---|---|
|
124
f469b8d9ad78
Add tests for the original X/SSO constants list.
Paul Fisher <paul@pfish.zone>
parents:
122
diff
changeset
|
1 #[allow(deprecated, overflowing_literals)] |
|
110
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
diff
changeset
|
2 #[test] |
|
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
diff
changeset
|
3 fn check_constants() { |
|
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
diff
changeset
|
4 include!(concat!(env!("OUT_DIR"), "/constant_test.rs")) |
|
2346fd501b7a
Add tests for constants and do other macro niceties.
Paul Fisher <paul@pfish.zone>
parents:
diff
changeset
|
5 } |
