src/core/wscript
changeset 9839 7bcd513dc6a2
parent 9838 a8eaa0a01106
child 9924 d5a552660be9
equal deleted inserted replaced
9838:a8eaa0a01106 9839:7bcd513dc6a2
   146         'model/names.cc',
   146         'model/names.cc',
   147         'model/vector.cc',
   147         'model/vector.cc',
   148         'model/fatal-impl.cc',
   148         'model/fatal-impl.cc',
   149         'model/system-path.cc',
   149         'model/system-path.cc',
   150         'helper/random-variable-stream-helper.cc',
   150         'helper/random-variable-stream-helper.cc',
       
   151         'helper/event-garbage-collector.cc',
   151         ]
   152         ]
   152 
   153 
   153     core_test = bld.create_ns3_module_test_library('core')
   154     core_test = bld.create_ns3_module_test_library('core')
   154     core_test.source = [
   155     core_test.source = [
   155         'test/attribute-test-suite.cc',
   156         'test/attribute-test-suite.cc',
   160         'test/int64x64-test-suite.cc',
   161         'test/int64x64-test-suite.cc',
   161         'test/names-test-suite.cc',
   162         'test/names-test-suite.cc',
   162         'test/object-test-suite.cc',
   163         'test/object-test-suite.cc',
   163         'test/ptr-test-suite.cc',
   164         'test/ptr-test-suite.cc',
   164         'test/random-variable-test-suite.cc',
   165         'test/random-variable-test-suite.cc',
       
   166         'test/event-garbage-collector-test-suite.cc',
   165         'test/many-uniform-random-variables-one-get-value-call-test-suite.cc',
   167         'test/many-uniform-random-variables-one-get-value-call-test-suite.cc',
   166         'test/one-uniform-random-variable-many-get-value-calls-test-suite.cc',
   168         'test/one-uniform-random-variable-many-get-value-calls-test-suite.cc',
   167         'test/sample-test-suite.cc',
   169         'test/sample-test-suite.cc',
   168         'test/simulator-test-suite.cc',
   170         'test/simulator-test-suite.cc',
   169         'test/time-test-suite.cc',
   171         'test/time-test-suite.cc',
   245         'model/default-deleter.h',
   247         'model/default-deleter.h',
   246         'model/fatal-impl.h',
   248         'model/fatal-impl.h',
   247         'model/system-path.h',
   249         'model/system-path.h',
   248         'model/unused.h',
   250         'model/unused.h',
   249         'model/math.h',
   251         'model/math.h',
       
   252         'helper/event-garbage-collector.h',
   250         'helper/random-variable-stream-helper.h',
   253         'helper/random-variable-stream-helper.h',
   251         ]
   254         ]
   252 
   255 
   253     if sys.platform == 'win32':
   256     if sys.platform == 'win32':
   254         core.source.extend([
   257         core.source.extend([