Skip to content
  • Brad King's avatar
    Tests: Test using objects from a language enabled in a subdirectory (#15325) · 07fc7b75
    Brad King authored
    Add a test case that enables CXX in the top level and C in a subdirectory.
    Create an executable in the top level that uses C objects compiled in the
    subdirectory.  Strictly speaking this is not defined behavior for all
    language combinations, but happens to work in this case.  Test this
    behavior since projects might try to use it.
    07fc7b75