diff --git a/src/lte/wscript b/src/lte/wscript index dd54de9a8..6f6fa7970 100644 --- a/src/lte/wscript +++ b/src/lte/wscript @@ -79,8 +79,12 @@ def build(bld): 'test/lte-test-spectrum-value-helper.cc', 'test/lte-test-pathloss-model.cc', 'test/lte-test-entities.cc', + 'test/lte-simple-helper.cc', + 'test/lte-simple-net-device.cc', 'test/lte-test-rlc-um-transmitter.cc', 'test/lte-test-rlc-am-transmitter.cc', + 'test/lte-test-rlc-um-e2e.cc', + 'test/lte-test-rlc-am-e2e.cc', 'test/epc-test-gtpu.cc', 'test/test-epc-tft-classifier.cc', 'test/epc-test-s1u-downlink.cc', @@ -162,8 +166,12 @@ def build(bld): 'test/lte-test-pathloss-model.h', 'test/epc-test-gtpu.h', 'test/lte-test-entities.h', + 'test/lte-simple-net-device.h', + 'test/lte-simple-helper.h', 'test/lte-test-rlc-um-transmitter.h', 'test/lte-test-rlc-am-transmitter.h', + 'test/lte-test-rlc-um-e2e.h', + 'test/lte-test-rlc-am-e2e.h', 'model/epc-tft.h', 'model/epc-tft-classifier.h', 'model/lte-mi-error-model.h'