patches and low-level development discussion
 help / color / mirror / code / Atom feed
efd78bc7ef188b7d34b2aba5dc136a877990ffdd blob 1765 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
# SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2022 Alyssa Ross <hi@alyssa.is>

rust_helper = static_library('test_helper', 'helper.rs',
  link_with : [c_lib, rust_lib])

test('if_up', executable('if_up', 'if_up.c', '../net-util.c'))
test('if_rename', executable('if_rename', 'if_rename.c', '../net-util.c'))
test('if_rename (%d)', executable('if_rename-%d',
  'if_rename-%d.c', '../net-util.c'))
test('if_rename (name too long)', executable('if_rename-name-too-long',
  'if_rename-name-too-long.c', '../net-util.c'))
test('if_down', executable('if_down', 'if_down.c', '../net-util.c'))

test('bridge_add', executable('bridge_add', 'bridge_add.c', '../net-util.c'))
test('bridge_add (%d)', executable('bridge_add-%d',
  'bridge_add-%d.c', '../net-util.c'))
test('bridge_add (name too long)', executable('bridge_add-name-too-long',
  'bridge_add-name-too-long.c', '../net-util.c'))

test('bridge_add_if', executable('bridge_add_if', 'bridge_add_if.c',
  '../net-util.c'))
test('bridge_remove_if', executable('bridge_remove_if', 'bridge_remove_if.c',
  '../net-util.c'))
test('bridge_remove', executable('bridge_remove',
  'bridge_remove.c', '../net-util.c'))

test('tap_open', executable('tap_open', 'tap_open.c', '../net-util.c'))
test('tap_open (name too long)', executable('tap_open-name-too-long',
  'tap_open-name-too-long.c', '../net-util.c'))

test('vm_command-basic', executable('vm_command-basic',
  'vm_command-basic.rs', link_with : [rust_lib, rust_helper]))
test('vm_command-config-symlink', executable('vm_command-config-symlink',
  'vm_command-config-symlink.rs', link_with : [rust_lib, rust_helper]))
test('vm_command-shared-dir', executable('vm_command-shared-dir',
  'vm_command-shared-dir.rs', link_with : [rust_lib, rust_helper]))
debug log:

solving efd78bc ...
found efd78bc in https://spectrum-os.org/lists/archives/spectrum-devel/20221010232909.1953738-16-hi@alyssa.is/
found 857414b in https://spectrum-os.org/git/spectrum
preparing index
index prepared:
100644 857414b336c7f44e2642dd1372a73998d9680874	host/start-vm/tests/meson.build

applying [1/1] https://spectrum-os.org/lists/archives/spectrum-devel/20221010232909.1953738-16-hi@alyssa.is/
diff --git a/host/start-vm/tests/meson.build b/host/start-vm/tests/meson.build
index 857414b..efd78bc 100644

Checking patch host/start-vm/tests/meson.build...
Applied patch host/start-vm/tests/meson.build cleanly.

index at:
100644 efd78bc7ef188b7d34b2aba5dc136a877990ffdd	host/start-vm/tests/meson.build

Code repositories for project(s) associated with this public inbox

	https://spectrum-os.org/git/crosvm
	https://spectrum-os.org/git/doc
	https://spectrum-os.org/git/mktuntap
	https://spectrum-os.org/git/nixpkgs
	https://spectrum-os.org/git/spectrum
	https://spectrum-os.org/git/ucspi-vsock
	https://spectrum-os.org/git/www

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).