genode/repos/base-linux/run/lx_rmap_dynamic.run
Norman Feske f119d9ee8b base: use [build_artifacts] in run scripts
The patch also removes a few legacies along the way, unifies the coding
style, and cuts back superfluous comments.

Issue #4860
2023-05-30 12:03:26 +02:00

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 :