blob: 4c19b90cd542e28e80e9115257feca87c4d0f5bb [file] [log] [blame]
# Any copyright is dedicated to the Public Domain.
# http://creativecommons.org/publicdomain/zero/1.0/
@template
def Program(name):
PROGRAM = name
@template
def SimplePrograms(names):
SIMPLE_PROGRAMS += names
Program('test_program')
SimplePrograms([ 'test_program1', 'test_program2' ])