From e65cf1d265210738a9b3c0b811fbfeffa0741c39 Mon Sep 17 00:00:00 2001 From: "Klaus T. Aehlig" Date: Tue, 25 Jun 2024 17:59:39 +0200 Subject: Import rust rules and add a minimal example Note that the PATH for rust targets also has to include that for the C compiler and hence also coreutils, as the rust compiler calls out to `cc`. --- test/TARGETS | 1 + 1 file changed, 1 insertion(+) (limited to 'test/TARGETS') diff --git a/test/TARGETS b/test/TARGETS index 54f7274..3d3eacd 100644 --- a/test/TARGETS +++ b/test/TARGETS @@ -4,6 +4,7 @@ , "dirs": [ [["./", "hello", ""], "hello"] , [["./", "proto", ""], "proto"] + , [["./", "rust", ""], "rust"] , [["./", "withExtendedPath", ""], "withExtendedPath"] ] } -- cgit v1.2.3