Skip to content
Snippets Groups Projects
Commit c0c985aa authored by Simon McVittie's avatar Simon McVittie
Browse files

tests: Move resolve-in-sysroot test out of pressure-vessel/


It doesn't actually call anything PV-specific.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent afac3f74
No related branches found
No related tags found
1 merge request!611Preparations for introducing a sysroot object
......@@ -49,6 +49,7 @@ tests = [
{'name': 'libdl', 'static': true},
{'name': 'library', 'static': true},
{'name': 'locale'},
{'name': 'resolve-in-sysroot', 'static': true},
{'name': 'system-info'},
{'name': 'utils', 'static': true},
{'name': 'virtualization', 'static': true},
......
......@@ -72,7 +72,6 @@ compiled_tests = [
{'name': 'adverb-preload', 'adverb': true},
{'name': 'bwrap-lock'},
{'name': 'graphics-provider', 'wrap': true},
{'name': 'resolve-in-sysroot'},
{'name': 'wait-for-child-processes'},
{'name': 'wrap-setup', 'wrap': true},
{'name': 'utils'},
......
......@@ -35,7 +35,6 @@
#include "libglnx.h"
#include "tests/test-utils.h"
#include "utils.h"
typedef struct
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment