chiark / gitweb /
machine: make sure unpriviliged "machinectl status" can show the machine's OS version
[elogind.git] / src / test / test-architecture.c
index 7e171c7bbc3d8ab75e1f704da2bf3b8038b4a98f..24217ad3693e8fb30a5172610420b0e9f618d647 100644 (file)
@@ -48,5 +48,8 @@ int main(int argc, char *argv[]) {
         assert_se(a >= 0);
 
         log_info("native architecture=%s", architecture_to_string(a));
+
+        log_info("primary library architecture=" LIB_ARCH_TUPLE);
+
         return 0;
 }