1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
default Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
multifields Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
naming Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
not_unpin Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
pinned_drop Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
project_replace Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
pub Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
unsafe_unpin Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

README.md

Expansion tests

Similar to ui tests, but instead of checking the compiler output, this checks the code generated by macros.

See examples for descriptions of what the generated code does, and why it needs to be generated.

To run this test, run the following command:

cargo +nightly test --test expandtest

Locally, this test updates the files in the expand directory if there are changes to the generated code. If there are any changes to the files in the expand directory after running the test, please commit them.