aboutsummaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2010-04-06Move "config" test programs to "compat".Carl Worth
It makes sense to me to have the little tests for functionality right next to the comptability implementations of that same functionality. But also, this means I can now tab-complete ./configure from the three initial characters (rather than the seven required previously).
2009-12-01configure: Move getlinetest.c down into config/have_getline.c.Carl Worth
This keeps configure-related clutter out of the main directory, and also gives a more direct correlation between the name of the test and the feature being tested for.