wscript_build 220 B

1234567891011
  1. #! /usr/bin/env python
  2. # encoding: utf-8
  3. bld.program(
  4. features = 'test',
  5. source = 'AccumulatorTest.cpp',
  6. target = 'unit_test_program',
  7. use = 'unittestmain useless GTEST',
  8. ut_cwd = bld.path.abspath(),
  9. )