net/mvpp2: update QoS defaults variable name
[dpdk.git] / app / test / meson.build
index 94fd39f..561e493 100644 (file)
@@ -13,6 +13,7 @@ test_sources = files('commands.c',
        'test_atomic.c',
        'test_barrier.c',
        'test_bitops.c',
+       'test_bitmap.c',
        'test_bpf.c',
        'test_byteorder.c',
        'test_cmdline.c',
@@ -245,6 +246,7 @@ fast_tests = [
         ['string_autotest', true],
         ['table_autotest', true],
         ['tailq_autotest', true],
+        ['ticketlock_autotest', true],
         ['timer_autotest', false],
         ['user_delay_us', true],
         ['version_autotest', true],
@@ -406,7 +408,7 @@ cflags += ['-DALLOW_INTERNAL_API']
 
 test_dep_objs = []
 if dpdk_conf.has('RTE_LIB_COMPRESSDEV')
-       compress_test_dep = dependency('zlib', required: false)
+       compress_test_dep = dependency('zlib', required: false, method: 'pkg-config')
        if compress_test_dep.found()
                test_dep_objs += compress_test_dep
                test_sources += 'test_compressdev.c'