test: Add missing module dependency

This commit is contained in:
Tommaso Pecorella
2016-03-09 09:23:56 -08:00
parent 6191ea1e33
commit 144d8622f4

View File

@@ -21,7 +21,8 @@ def build(bld):
'flow-monitor', 'internet', 'lr-wpan',
'lte', 'mesh', 'mobility', 'olsr',
'point-to-point', 'sixlowpan', 'stats',
'uan', 'wifi', 'internet-apps'])
'uan', 'wifi', 'internet-apps',
'point-to-point-layout'])
headers = bld(features='ns3header')
headers.module = 'test'