OSSP CVS Repository

ossp - Check-in [3743]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 3743
Date: 2004-Jan-11 09:36:02 (local)
2004-Jan-11 08:36:02 (UTC)
User:rse
Branch:
Comment: perform some more and different tests
Tickets:
Inspections:
Files:
ossp-pkg/uuid/Makefile.in      1.8 -> 1.9     10 inserted, 1 deleted

ossp-pkg/uuid/Makefile.in 1.8 -> 1.9

--- Makefile.in  2004/01/10 22:21:47     1.8
+++ Makefile.in  2004/01/11 08:36:02     1.9
@@ -97,7 +97,16 @@
         $(RM) /tmp/uuid.pod
 
 check: $(PRG_NAME)
-        @$(LIBTOOL) --mode=execute ./$(PRG_NAME) -n 16
+        @echo "==== UUID version 1 (time and node based): 8 single iterations"; \
+        $(LIBTOOL) --mode=execute ./$(PRG_NAME) -v1 -n 8 -1
+        @echo "==== UUID version 1 (time and node based): 16 subsequent iterations"; \
+        $(LIBTOOL) --mode=execute ./$(PRG_NAME) -v1 -n 8
+        @echo "==== UUID version 3 (name based): 2 times repeated"; \
+        $(LIBTOOL) --mode=execute ./$(PRG_NAME) -v3 -n 2 URL http://www.ossp.org/
+        @echo "==== UUID version 4 (random data based): 16 single iterations"; \
+        $(LIBTOOL) --mode=execute ./$(PRG_NAME) -v4 -n 8 -1
+        @echo "==== UUID version 4 (random data based): 16 subsequent iterations"; \
+        $(LIBTOOL) --mode=execute ./$(PRG_NAME) -v4 -n 8
 
 install:
         $(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix)

CVSTrac 2.0.1