~sophie-middleton08/maus/devel

« back to all changes in this revision

Viewing changes to src/common_py/maus_build_tools/core_builder.py

  • Committer: Chris Rogers
  • Date: 2012-10-03 07:19:33 UTC
  • mfrom: (659.1.40 release-candidate)
  • Revision ID: chris.rogers@stfc.ac.uk-20121003071933-kgrhvl1ec6w2jmug
Tags: MAUS-v0.3, MAUS-v0.3.3
MAUS-v0.3.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
 
137
137
    env.Program(target = 'tests/cpp_unit/test_cpp_unit', \
138
138
                source = test_cpp_files, \
139
 
                LIBS= env['LIBS'] + ['MausCpp'])
 
139
                LIBS= env['LIBS'] + ['MausCpp']+module_list)
140
140
    env.Install('build', ['tests/cpp_unit/test_cpp_unit'])
141
141
 
142
142
    test_optics_files = glob.glob("tests/integration/test_optics/src/*cc")