Lines Matching +full:test +full:- +full:expectations
13 echo Found a test with an #include directive of a system header file!
16 echo file, let alone the same version of it that you have. Any test with such an
26 ::Regenerate the test headers' bindings in debug and release modes, and assert
29 cargo test --features "%BINDGEN_FEATURES%" || exit /b 1
30 call .\ci\assert-no-diff.bat
32 cargo test --features "%BINDGEN_FEATURES% testing_only_extra_assertions" || exit /b 1
33 call .\ci\assert-no-diff.bat
35 cargo test --release --features "%BINDGEN_FEATURES% testing_only_extra_assertions" || exit /b 1
36 call .\ci\assert-no-diff.bat
38 ::Now test the expectations' size and alignment tests.
40 pushd tests\expectations
41 cargo test || exit /b 1
42 cargo test --release || exit /b 1
45 ::And finally, test our example bindgen + build.rs integration template project.
47 cd bindgen-integration
48 cargo test --features "%BINDGEN_FEATURES%" || exit /b 1
49 cargo test --release --features "%BINDGEN_FEATURES%" || exit /b 1