equal
deleted
inserted
replaced
5 ) |
5 ) |
6 # Todo: We also should add a cpp2rust test with the following setup: |
6 # Todo: We also should add a cpp2rust test with the following setup: |
7 # - A rust lib that is used by a rust executable |
7 # - A rust lib that is used by a rust executable |
8 # - cbindgen creates bindings for the rust-lib |
8 # - cbindgen creates bindings for the rust-lib |
9 # - c++ code uses the rust lib and is used in turn by the rust bin. |
9 # - c++ code uses the rust lib and is used in turn by the rust bin. |
|
10 |
|
11 # todo: add a test for the DEPFILE and correct regenerating if the sources are touched. |