mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +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
195 B
Tcl
7 lines
195 B
Tcl
proc test_build_target { } { return "test/lx_rmap/static" }
|
|
proc test_program_name { } { return "test-lx_rmap_static" }
|
|
|
|
source ${genode_dir}/repos/base-linux/run/lx_rmap.inc
|
|
|
|
# vi: set ft=tcl :
|