[dia] [unit test] full object set on windows, too.



commit b9c69cba87597d81a8873bbb18f426e51f8add1f
Author: Hans Breuer <hans breuer org>
Date:   Fri Aug 20 18:08:03 2010 +0200

    [unit test] full object set on windows, too.
    
    nmake -f makefile.msc test
    
    runs the same test as on *NIX, the target 'check' still
    is restricted to only 'Standard' objects.

 tests/makefile.msc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/tests/makefile.msc b/tests/makefile.msc
index d9b0099..c66f42a 100644
--- a/tests/makefile.msc
+++ b/tests/makefile.msc
@@ -26,3 +26,6 @@ all :	$(TESTS)
 
 check:	all
 	for %p in ($(TESTS)) do set PATH=..\lib;%PATH% && %p ..\objects\standard\\
+
+test: all
+	for %p in ($(TESTS)) do set PATH=..\lib;%PATH% && %p ..\objects\\



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]