aboutsummaryrefslogtreecommitdiff
path: root/tests/cc
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-02-11 14:19:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-02-11 14:19:47 +0200
commitde5aee27885f5d9bd67e67b1333d119583fcac2e (patch)
tree8a1992c2e558f0537efc7c166c6e5cf2c858f6b2 /tests/cc
parentfcda5635e81376494def70e7c6880655efac8b8e (diff)
Improve module name to file name matching logic
Diffstat (limited to 'tests/cc')
-rw-r--r--tests/cc/modules/modules.testscript3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/cc/modules/modules.testscript b/tests/cc/modules/modules.testscript
index a43cc57..eb4c122 100644
--- a/tests/cc/modules/modules.testscript
+++ b/tests/cc/modules/modules.testscript
@@ -173,6 +173,9 @@ $* test clean <<EOI
ln -s ../driver.cxx ./;
$* test &*.d <'exe{test}: cxx{driver}' 2>>EOE != 0
driver.cxx: error: unable to resolve module foo.core
+ info: verify module interface is listed as a prerequisite, otherwise
+ info: consider adjusting module interface file names or
+ info: consider specifying module name with cxx.module_name
EOE
: misguessed