X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=tests%2FMakefile.am;h=ac4d1cc9bde4182409a2ed51c254290815b6554e;hb=8bc1125eb851b2c52d3263c2992e6806017e98e7;hp=d750ae391ac7309034ae631fa5391100b11b0375;hpb=d2a010d1e67e246e8ab4a847b8bbbdbce2b4e2d7;p=lttng-ust.git diff --git a/tests/Makefile.am b/tests/Makefile.am index d750ae39..ac4d1cc9 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,6 +13,10 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' \ TESTS = \ unit/libringbuffer/test_shm \ unit/gcc-weak-hidden/test_gcc_weak_hidden \ + unit/libcommon/test_get_cpu_mask_from_sysfs \ + unit/libcommon/test_get_max_cpuid_from_mask \ + unit/libcommon/test_get_max_cpuid_from_sysfs \ + unit/libcommon/test_get_possible_cpus_array_len \ unit/libmsgpack/test_msgpack \ unit/pthread_name/test_pthread_name \ unit/snprintf/test_snprintf \