net/octeontx: fix vdev name
[dpdk.git] / app / meson.build
index 8bdf4f5..aa353f6 100644 (file)
@@ -4,11 +4,13 @@
 apps = [
        'pdump',
        'proc-info',
+       'test-acl',
        'test-bbdev',
        'test-cmdline',
        'test-compress-perf',
        'test-crypto-perf',
        'test-eventdev',
+       'test-pipeline',
        'test-pmd']
 
 # for BSD only
@@ -63,3 +65,6 @@ foreach app:apps
                                install: true)
        endif
 endforeach
+
+# special case the autotests
+subdir('test')