Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions test/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Execute the dmd test suite
#
# Targets:
# Targets
# -------
#
# default | all: run all unit tests that haven't been run yet
#
Expand All @@ -14,8 +15,11 @@
#
# clean: remove all temporary or result files from prevous runs
#
#
# In-test variables:
# test_results/compilable/json.d.out runs an individual test
# (run log of the test is stored)

# In-test variables
# -----------------
#
# COMPILE_SEPARATELY: if present, forces each .d file to compile separately and linked
# together in an extra setp.
Expand Down