summaryrefslogtreecommitdiff
path: root/test/TARGETS
diff options
context:
space:
mode:
authorKlaus T. Aehlig <aehlig@linta.de>2024-06-25 17:59:39 +0200
committerKlaus T. Aehlig <aehlig@linta.de>2024-06-25 18:29:41 +0200
commite65cf1d265210738a9b3c0b811fbfeffa0741c39 (patch)
tree3b1bfe9958b324b5bd0768b48bfa76aaaa3eecc7 /test/TARGETS
parent628cb0ab06332086a7ea022bcebfb69d95c38068 (diff)
downloadhello-nix-e65cf1d265210738a9b3c0b811fbfeffa0741c39.tar.gz
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`.
Diffstat (limited to 'test/TARGETS')
-rw-r--r--test/TARGETS1
1 files changed, 1 insertions, 0 deletions
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"]
]
}