mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
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 :
|