Add configure option to enable building unit tests
[vpp.git] / build-data / packages / vppinfra.mk
index 9205987..6ca6eb2 100644 (file)
@@ -1,2 +1,5 @@
-# nothing
+
+ifeq ($($(PLATFORM)_enable_tests),yes)
+vppinfra_configure_args += --enable-tests
+endif