summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/program-paths/moz.build
blob: d1d087fd458f63e904e6741e967e105f85721f95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/


@template
def Program(name):
    PROGRAM = name


DIRS += [
    "dist-bin",
    "dist-subdir",
    "final-target",
    "not-installed",
]