Tests for string escaping in config files

This commit is contained in:
Asanka C. Herath
2010-11-26 00:34:40 -05:00
parent e851b85700
commit d9ee9cc3b6
3 changed files with 144 additions and 4 deletions

View File

@@ -400,7 +400,7 @@ $(BINDIR)\verify_krb5_conf.exe: $(OBJ)\verify_krb5_conf.obj $(LIBHEIMDAL) $(LIBR
#----------------------------------------------------------------------
# Tests
test:: test-binaries test-run
test:: test-binaries test-files test-run
test_binaries = \
$(OBJ)\aes-test.exe \
@@ -436,6 +436,11 @@ test_binaries = \
test-binaries: $(test_binaries)
test-files: $(OBJ)\test_config_strings.cfg
$(OBJ)\test_config_strings.cfg: test_config_strings.cfg
$(CP) $** $@
test-run:
cd $(OBJ)
aes-test.exe