summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/frontend/data/compile-flags-field-validation/moz.build
blob: 70622bc4e15219428f9c162d2c927f899e6c69bd (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 Library(name):
    """Template for libraries."""
    LIBRARY_NAME = name


Library("dummy")

COMPILE_FLAGS["STL_FLAGS"] = []

UNIFIED_SOURCES += ["test1.c"]