diff options
author | Mohsin Kazmi <sykazmi@cisco.com> | 2021-10-15 22:45:51 +0000 |
---|---|---|
committer | Beno�t Ganne <bganne@cisco.com> | 2021-10-20 12:11:34 +0000 |
commit | d9e7ac3c9a02083485a898be5e7a977fcffe8a29 (patch) | |
tree | 15863bddfbfd55ae47a2c346c5ae307214fe33d8 /src/plugins/unittest/CMakeLists.txt | |
parent | 59feca5286359b9767352ed9620dcd46bbc0ff52 (diff) |
gso: add support for gso perf unittest
Type: test
Signed-off-by: Mohsin Kazmi <sykazmi@cisco.com>
Change-Id: I5d44a6ea24e4aa0842024a0961f1fb22c6e6419a
Diffstat (limited to 'src/plugins/unittest/CMakeLists.txt')
-rw-r--r-- | src/plugins/unittest/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/unittest/CMakeLists.txt b/src/plugins/unittest/CMakeLists.txt index 0a6602df079..34e47fa24f4 100644 --- a/src/plugins/unittest/CMakeLists.txt +++ b/src/plugins/unittest/CMakeLists.txt @@ -32,6 +32,7 @@ add_vpp_plugin(unittest crypto/sha.c crypto_test.c fib_test.c + gso_test.c hash_test.c interface_test.c ipsec_test.c |