summaryrefslogtreecommitdiffstats
path: root/python/mozbuild/mozbuild/test/backend/data/prog-lib-c-only/c-program/moz.build
blob: 27f2cd3d5d056cf9999e9f37e90260871363df3b (plain)
1
2
3
4
5
6
7
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/

Program("c_test_program")

SOURCES = ["c_test_program.c"]