mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 04:11:35 +01:00
Add TCP and Utils::resolve_hwaddress active tests
[ci skip]
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
#include "configuration.h"
|
||||
#include "active_test_runner.h"
|
||||
#include "ipv4_tests.h"
|
||||
#include "tcp_tests.h"
|
||||
#include "utils_tests.h"
|
||||
#include "tins/network_interface.h"
|
||||
|
||||
using std::cerr;
|
||||
@@ -51,6 +53,8 @@ int main() {
|
||||
ActiveTestRunner runner(config);
|
||||
runner.add_test<IPv4SourceAddressTest>();
|
||||
runner.add_test<IPv4FragmentationTest>();
|
||||
runner.add_test<TCPSynTest>();
|
||||
runner.add_test<ResolveHWAddressTest>();
|
||||
|
||||
if (!runner.validate_tests()) {
|
||||
throw runtime_error("Test validation failed");
|
||||
|
||||
Reference in New Issue
Block a user