Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 2053a0d9eaaf755b990f80ce4df504a7 > files > 391

waf-1.5.9-1mdv2010.0.noarch.rpm

#! /usr/bin/env python
# encoding: utf-8

bld.new_task_gen(
	features = 'cxx cprogram test',
	source   = 'HelloWorldTest.cpp',
	target   = 'unit_test_program',
	uselib   = 'CPPUNIT',
	uselib_local = 'unittestmain useless',
)