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


@template
def Library(name):
    """Template for libraries."""
    LIBRARY_NAME = name


Library("dummy")

COMPILE_FLAGS["STL_FLAGS"] = []

UNIFIED_SOURCES += ["test1.c"]

REQUIRES_UNIFIED_BUILD = True