version 0.0.1
This commit is contained in:
15
test/meson.build
Normal file
15
test/meson.build
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
# ..each entry will be a test executable
|
||||
# ..the structure of the test directory should be equivalent
|
||||
# ..to the structure in source/ or include/
|
||||
|
||||
# Syntax:
|
||||
# 'Name of the Test (e.g. class name)' : 'Path/to/source/file'
|
||||
test_sources_dict = {
|
||||
#'PacketInfo' : 'test/PacketDissection/PacketInfo_test.cpp',
|
||||
'PacketContainer' : 'test/PacketDissection/PacketContainer_test.cpp',
|
||||
'Configurator' : 'test/ConfigurationManagement/Configurator_test.cpp',
|
||||
'libdpdk_dummy' : 'test/libdpdk_dummy/libdpdk_dummy_test.cpp',
|
||||
'Treatment' : 'test/Treatment/Treatment_test.cpp',
|
||||
'RandomNumberGenerator' : 'test/RandomNumberGenerator/RandomNumberGenerator_test.cpp',
|
||||
}
|
||||
Reference in New Issue
Block a user