test: common: random software id

Test that the random software id matches our regex.

Change-Id: I0eb9b5c58b993ef6172b059daec086872e7656fb
Signed-off-by: Alexander Hansen <alexander.hansen@9elements.com>
diff --git a/test/meson.build b/test/meson.build
index b7d75f8..14735cb 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -1,2 +1,5 @@
 subdir('create_package')
+
+gtest_main = dependency('gtest_main', main: true, required: true)
+
 subdir('common')