Improve error diagnostics

* src/names.c (file_list_name): New static function.
(add_file_id): If a filelist is being read twice, print the names
of the files that caused it.
* tests/T-rec.at: New test case.
* tests/Makefile.am: Add new file.
* tests/testsuite.at: Include new file.
This commit is contained in:
Sergey Poznyakoff
2013-08-17 13:48:24 +03:00
parent 1fe0c83de4
commit bff9c3637d
4 changed files with 72 additions and 2 deletions

View File

@@ -199,6 +199,7 @@ m4_include([opcomp06.at])
AT_BANNER([The -T option])
m4_include([T-mult.at])
m4_include([T-nest.at])
m4_include([T-rec.at])
m4_include([T-cd.at])
m4_include([T-empty.at])
m4_include([T-null.at])