Commit Graph

21 Commits

Author SHA1 Message Date
Kogia-sima ab4b0c99e6 Move include_rust test into unix module
This test fails on Windows because arguments in include! macro is
regarded as native path. This follows the std::include! macro behaviour.
2020-06-11 19:49:35 +09:00
Kogia-sima d7a2ff8008 Fix include! implementation for Rust file
Also add tests for including Rust file
2020-06-11 19:43:01 +09:00
Kogia-sima d302f30144 Format code 2020-06-11 19:42:22 +09:00
Kogia-sima 0612a28c50 Add rust_macro test 2020-06-11 19:18:51 +09:00
Kogia-sima d7c3b8fa0b Add some compile error test 2020-06-11 16:01:30 +09:00
Kogia-sima 7665690982 Change input/output directory for integration-tests 2020-06-11 15:31:55 +09:00
Kogia-sima 7cc4692951 Bump version (0.0.3 => 0.0.4) 2020-06-11 11:55:51 +09:00
Kogia-sima d3320d41f0 Add test for nested comment block 2020-06-07 23:19:27 +09:00
Kogia-sima 17594088ae Rename test file (basic.rs => template_once.rs)
[skip ci]
2020-06-07 21:48:52 +09:00
Kogia-sima c601be94c1 Add some compile failure tests 2020-06-07 21:38:49 +09:00
Kogia-sima 69d7d6c39c Bump version (0.0.2 => 0.0.3) 2020-06-07 19:14:23 +09:00
Kogia-sima fd3d224067 Refactor source code with rustfmt and clippy
[skip ci]
2020-06-07 17:58:52 +09:00
Kogia-sima 7324165ab0 Add test for rm_whitespace option 2020-06-07 13:00:28 +09:00
Kogia-sima 04b5b09207 Ignore include-nest tests on Windows
On Windows the main separator for paths is '\\', and include! macro
should be regarded as platform-specific path. In the future sailfish
add the corresponding tests for Windows.
2020-06-07 05:43:17 +09:00
Kogia-sima de2b164aa0 Integration tests for benchmark code 2020-06-07 04:55:22 +09:00
Kogia-sima 6f721790b5 Add integration-tests/README.md 2020-06-07 04:07:42 +09:00
Kogia-sima 5b6b48f204 Update include-nest test for 76abe1c 2020-06-07 03:23:34 +09:00
Kogia-sima d3ee38c6f2 Update test for commit 6d07c43 2020-06-07 01:28:17 +09:00
Kogia-sima 4b1fd92488 Add 'include-nest' test 2020-06-07 00:49:50 +09:00
Kogia-sima cd8e3d832a Add integration test for include! 2020-06-06 23:21:38 +09:00
Kogia-sima 08dacdd263 Add source code 2020-06-05 22:31:38 +09:00