X-Git-Url: http://git.megacz.com/?p=nestedvm.git;a=blobdiff_plain;f=Makefile;h=14474146f9d6a9e52a48d5b56f0d57207d0381ec;hp=c0eee65527dd2f24dd076e2a047d0cce13444e07;hb=07de0e15baaca974c1d140be12e3d497030cd553;hpb=74c9fe2438225d551687f06f51e86925f8e8c13c diff --git a/Makefile b/Makefile index c0eee65..1447414 100644 --- a/Makefile +++ b/Makefile @@ -388,7 +388,16 @@ TeX_COMPILERFLAGS = -o unixruntime build/tests/TeX.mips: $(tasks)/build_tex @mkdir -p `dirname $@` cp upstream/build/tex/tex.mips $@ - + +NtlmAuth_COMPILERFLAGS = -o unixruntime +build/tests/NtlmAuth.mips: $(tasks)/build_samba + mkdir -p `dirname $@` + cp upstream/build/samba/source/bin/ntlm_auth $@ + +ntlmtest: build/tests/NtlmAuth.class + @test -e smb.conf || cp upstream/build/samba/examples/smb.conf.default smb.conf + $(JAVA) -cp "$(classpath)" tests.NtlmAuth --username=brian --password=test --diagnostics -d 5 + # # Speed tests #