mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-12 21:53:28 +00:00
parent
1a7c1d69b8
commit
4f23c797e1
@ -1,14 +1,7 @@
|
||||
assert_spec x86
|
||||
assert {[have_spec x86]}
|
||||
|
||||
if {[have_include "power_on/qemu"]} {
|
||||
puts "\nAudio_in test running on Qemu is not supported.\n"
|
||||
exit 0
|
||||
}
|
||||
|
||||
if {[have_spec linux]} {
|
||||
puts"\nAudio_in test running on Linux is not supported.\n"
|
||||
exit 0
|
||||
}
|
||||
assert {![have_include power_on/qemu]}
|
||||
assert {![have_spec linux]}
|
||||
|
||||
# select use of 'Audio_in/Audio_out' or 'Record/Play' sessions
|
||||
proc use_record_play_sessions { } { return 1 }
|
||||
|
@ -1,14 +1,7 @@
|
||||
assert_spec x86
|
||||
assert {[have_spec x86]}
|
||||
|
||||
if {[have_include "power_on/qemu"]} {
|
||||
puts "\nAudio_out test running on Qemu is not supported.\n"
|
||||
exit 0
|
||||
}
|
||||
|
||||
if {[have_spec linux]} {
|
||||
puts"\nAudio_out test running on Linux is not supported.\n"
|
||||
exit 0
|
||||
}
|
||||
assert {![have_include power_on/qemu]}
|
||||
assert {![have_spec linux]}
|
||||
|
||||
# select use of 'Audio_in/Audio_out' or 'Record/Play' sessions
|
||||
proc use_record_play_sessions { } { return 1 }
|
||||
|
Loading…
x
Reference in New Issue
Block a user