mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
f119d9ee8b
The patch also removes a few legacies along the way, unifies the coding style, and cuts back superfluous comments. Issue #4860
7 lines
197 B
Tcl
7 lines
197 B
Tcl
proc test_build_target { } { return "test/lx_rmap/dynamic" }
|
|
proc test_program_name { } { return "test-lx_rmap_dynamic" }
|
|
|
|
source ${genode_dir}/repos/base-linux/run/lx_rmap.inc
|
|
|
|
# vi: set ft=tcl :
|