COMPMID-1675: Add SVE support

Change-Id: I86679adff556b6ffc9929b35cbf1b59b3958bdb1
diff --git a/tests/SConscript b/tests/SConscript
index ac826f8..24714ef 100644
--- a/tests/SConscript
+++ b/tests/SConscript
@@ -124,7 +124,7 @@
 
 if env['os'] == 'android':
     test_env.Append(LIBS = ["log"])
-else:
+elif env['os'] != 'bare_metal':
     test_env.Append(LIBS = ["rt"])
 
 if test_env['benchmark_tests']: