waf/demos/unit_test/tests/test1/wscript_build

11 lines
196 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-06-17 22:04:16 +02:00
use = 'unittestmain useless CPPUNIT'
2011-09-10 11:13:51 +02:00
)