Add a "diamond" pattern to multi-impmort test
This tests whether multiple modules can correctly import the same common module. ``` a -> d -> b -> c -> d* ```
This commit is contained in:
parent
c2c3f968df
commit
fc2b90acd1
10 changed files with 17 additions and 7 deletions
|
|
@ -134,7 +134,7 @@ clean:
|
|||
rm -f imports_a$${ext} imports_b$${ext}; \
|
||||
rm -f import_stl_a$${ext} import_stl_b$${ext}; \
|
||||
rm -f mod_a$${ext} mod_b$${ext}; \
|
||||
rm -f multi_import_a$${ext} multi_import_b$${ext}; \
|
||||
rm -f multi_import_a$${ext} multi_import_b$${ext} multi_import_d$${ext}; \
|
||||
rm -f packageoption_a$${ext} packageoption_b$${ext} packageoption_c$${ext}; \
|
||||
rm -f template_typedef_cplx2$${ext}; \
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue