summaryrefslogtreecommitdiff
path: root/TAO/TAO.mwc
blob: cee1fadd2e5f9d8c491e891b61d3d44ae12eaa11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
workspace {
  exclude {
    CIAO
    DAnCE
  }

  // The associate scope does not add directories to the workspace;
  // it only associates a name with one or more directories.
  associate(examples) {
    examples
  }
  associate(tests) {
    performance-tests
    interop-tests
    tests
  }
}