|
Check-in Number:
|
4354 | |
| Date: |
2004-Jan-16 13:21:15 (local)
2004-Jan-16 12:21:15 (UTC) |
| User: | rse |
| Branch: | |
| Comment: |
add one more simple check: generation and decoding |
| Tickets: |
|
| Inspections: |
|
| Files: |
|
ossp-pkg/uuid/Makefile.in 1.14 -> 1.15
--- Makefile.in 2004/01/15 15:36:09 1.14
+++ Makefile.in 2004/01/16 12:21:15 1.15
@@ -123,6 +123,9 @@
$(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
+ @echo "==== UUID version 1 generation and decoding"; \
+ $(LIBTOOL) --mode=execute ./$(PRG_NAME) -d `$(LIBTOOL) --mode=execute ./$(PRG_NAME) -v1`; \
+ $(LIBTOOL) --mode=execute ./$(PRG_NAME) -d `$(LIBTOOL) --mode=execute ./$(PRG_NAME) -v1 -m`
install:
$(SHTOOL) mkdir -f -p -m 755 $(DESTDIR)$(prefix)
|
|