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:
Seth R Johnson 2022-02-12 18:06:56 -05:00
commit fc2b90acd1
10 changed files with 17 additions and 7 deletions

View file

@ -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