mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-15 13:48:17 +00:00
sub_rm.run: use config rom for steering test
instead of compile time config enums.
This commit is contained in:
committed by
Christian Helmuth
parent
fd0b256f7c
commit
5aab244ce3
@ -1,22 +0,0 @@
|
||||
/*
|
||||
* \brief Linux-specific policy for sub_rm test
|
||||
* \author Norman Feske
|
||||
* \date 2011-11-22
|
||||
*/
|
||||
|
||||
/*
|
||||
* Copyright (C) 2011-2017 Genode Labs GmbH
|
||||
*
|
||||
* This file is part of the Genode OS framework, which is distributed
|
||||
* under the terms of the GNU Affero General Public License version 3.
|
||||
*/
|
||||
|
||||
/*
|
||||
* The Linux implementation of the RM service does not support attaching
|
||||
* the same sub RM session twice. This configuration enables the respective
|
||||
* error-handling test.
|
||||
*/
|
||||
enum { attach_twice_forbidden = true };
|
||||
|
||||
enum { support_attach_sub_any = false };
|
||||
|
Reference in New Issue
Block a user