uuid's are somewhat standardized, we use our uid's slightly differently, so change the name not to be confused with standards. * Small fix for luid generation * build a 'luidgen' tool which will be used by the interface gen later * add emacs vars * include the luidgen tool in automake
15 lines
175 B
Text
15 lines
175 B
Text
TESTING "UUID's" ./test-uuid
|
|
|
|
TEST "uuid generate" uuidgen_2 <<END
|
|
out: 0
|
|
END
|
|
|
|
TEST "uuid copy" uuidgen_copy <<END
|
|
out: 1
|
|
END
|
|
|
|
TEST "storing pointers" ptrs <<END
|
|
out: 1
|
|
END
|
|
|
|
|