windows-tests-20090130
authorJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 31 Jan 2009 06:42:39 +0000 (06:42 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Sat, 31 Jan 2009 06:42:39 +0000 (06:42 +0000)
LICENSE BSD

build all of the tests

src/WINNT/tests/NTMakefile [new file with mode: 0644]

diff --git a/src/WINNT/tests/NTMakefile b/src/WINNT/tests/NTMakefile
new file mode 100644 (file)
index 0000000..a9e08dd
--- /dev/null
@@ -0,0 +1,31 @@
+#                                                                                                                                
+# Copyright (c) 2009 Secure Endpoints Inc.
+#
+
+RELDIR=WINNT\tests
+!INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
+!INCLUDE ..\..\config\NTMakefile.version
+
+install:
+        cd largefiles
+        $(MAKECMD) /nologo /f NTMakefile install
+        cd ..\nmtest
+        $(MAKECMD) /nologo /f NTMakefile install
+        cd ..\torture
+        $(MAKECMD) /nologo /f NTMakefile install
+        cd ..\winflock
+        $(MAKECMD) /nologo /f NTMakefile install
+        cd ..
+
+clean::
+        cd largefiles
+        $(MAKECMD) /nologo /f NTMakefile clean
+        cd ..\nmtest
+        $(MAKECMD) /nologo /f NTMakefile clean
+        cd ..\torture
+        $(MAKECMD) /nologo /f NTMakefile clean
+        cd ..\winflock
+        $(MAKECMD) /nologo /f NTMakefile clean
+        cd ..
+        
+