wscript_build 187 B

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