waf/demos/unit_test/tests/test1/wscript_build

13 lines
240 B
Plaintext
Raw Normal View History

2011-09-10 11:13:51 +02:00
#! /usr/bin/env python
# encoding: utf-8
bld(
features = 'cxx cxxprogram test',
source = 'AccumulatorTest.cpp',
target = 'unit_test_program',
2016-11-19 10:02:59 +01:00
use = 'unittestmain useless CPPUNIT',
ut_cwd = bld.path,
name = 'test1',
2011-09-10 11:13:51 +02:00
)