diff options
Diffstat (limited to 'testsuite/mk')
-rw-r--r-- | testsuite/mk/boilerplate.mk | 4 | ||||
-rw-r--r-- | testsuite/mk/test.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/mk/boilerplate.mk b/testsuite/mk/boilerplate.mk index 9b66ee1d1e..c3be669636 100644 --- a/testsuite/mk/boilerplate.mk +++ b/testsuite/mk/boilerplate.mk @@ -50,7 +50,7 @@ endef ifeq "$(TEST_HC)" "" # Note [Spaces in TEST_HC] -# +# ~~~~~~~~~~~~~~~~~~~~~~~~ # Tests should be able to handle paths with spaces. # # One of the things ./validate (without --fast) does is check if binary @@ -128,7 +128,7 @@ endif IN_TREE_COMPILER = NO # Note [The TEST_HC variable] -# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~ # As values of TEST_HC passed in by the user, we want to support: # * both "ghc" and "/usr/bin/ghc" # We use 'which' to convert the former to the latter. diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk index 483d17c051..e01a76eb29 100644 --- a/testsuite/mk/test.mk +++ b/testsuite/mk/test.mk @@ -384,7 +384,7 @@ list_broken: $(MAKE) list_broken=YES # Note [Communicating options and variables to a submake] -# +# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Consider the following scenario: # * A test foo is defined as # test('foo', [], run_command, ['$MAKE footarget']) |