Rename two test programs for consistency
authorGreg Hudson <ghudson@mit.edu>
Tue, 10 Nov 2015 16:54:07 +0000 (11:54 -0500)
committerGreg Hudson <ghudson@mit.edu>
Fri, 13 Nov 2015 19:59:44 +0000 (14:59 -0500)
commit20c3f64f0bdab2c2b6ca5b5f7fe1682565e340b2
tree4272b7adbe9e89ef43a489cbce69d7072b8b4aed
parentbee2d867248b24c627da4c2ef270c8de15fd96f9
Rename two test programs for consistency

In src/tests, rename t_init_creds.c and t_localauth.c to icred.c and
localauth.c for consistency with the other C test programs in that
directory.
.gitignore
src/tests/Makefile.in
src/tests/deps
src/tests/icred.c [moved from src/tests/t_init_creds.c with 95% similarity]
src/tests/localauth.c [moved from src/tests/t_localauth.c with 94% similarity]
src/tests/t_general.py
src/tests/t_localauth.py