about summary refs log tree commit diff
path: root/misc/tst-empty.c
Commit message (Collapse)AuthorAgeFilesLines
* Move all tests out of the csu subdirectoryNick Alcock2016-12-211-0/+8
Stack-protection on .o files in csu/ must be suppressed for the sake of library startup code. This also suppresses stack-protection in tests (which are also covered by CFLAGS-.o), though this is neither necessary nor desirable. So impose the rule that .o files in csu/ are necessarily C startup code, and move the few tests in there into misc/ instead.