aboutsummaryrefslogtreecommitdiff
path: root/lux-c++/commands.md
diff options
context:
space:
mode:
Diffstat (limited to 'lux-c++/commands.md')
-rw-r--r--lux-c++/commands.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/lux-c++/commands.md b/lux-c++/commands.md
index 53ad68455..af26bf44e 100644
--- a/lux-c++/commands.md
+++ b/lux-c++/commands.md
@@ -37,6 +37,10 @@ cd ~/lux/lux-c++/ \
&& conda activate WORK \
&& python3 target/program.py
+cd ~/lux/lux-c++/ \
+&& conda activate WORK \
+&& python3 target/program.py build --source ~/lux/stdlib/source --target ~/lux/stdlib/target --module test/lux --program _
+
## Compile Lux's Standard Library's tests using a c++/Node-based compiler.
cd ~/lux/stdlib/ \
&& lux clean \