waf/demos/unit_test/tests/test2/wscript_build

13 lines
239 B
Python

#! /usr/bin/env python
# encoding: utf-8
if bld.env['PYTHON']:
bld(
features = 'test_scripts',
test_scripts_source = 'test.py',
test_scripts_template = '${PYTHON} ${SCRIPT}',
name = 'test2',
)