GBP: l3-out subnets
[vpp.git] / src / plugins / unittest / CMakeLists.txt
index eba6e23..72ed8e3 100644 (file)
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-add_vpp_plugin(unittest_plugin
-  unittest.c
-  tcp_test.c
+add_vpp_plugin(unittest
+  SOURCES
   bihash_test.c
+  session_test.c
+  string_test.c
+  tcp_test.c
+  unittest.c
 )