sub_rm.run: use config rom for steering test

instead of compile time config enums.
This commit is contained in:
Alexander Boettcher
2017-08-10 21:32:21 +02:00
committed by Christian Helmuth
parent fd0b256f7c
commit 5aab244ce3
5 changed files with 14 additions and 47 deletions

View File

@ -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 };