add testSerialization to testAll
This commit is contained in:
@@ -12,3 +12,4 @@
|
||||
./testTimer.sh || exit $?
|
||||
./testQueue.sh || exit $?
|
||||
./testMessageQueue.sh || exit $?
|
||||
./testSerialization.sh || exit $?
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
Testing scalar equals...
|
||||
!!! PASSED
|
||||
|
||||
Testing scalars...
|
||||
PVBoolean
|
||||
PVByte
|
||||
PVShort
|
||||
PVInt
|
||||
PVLong
|
||||
PVFloat
|
||||
PVDouble
|
||||
PVString
|
||||
!!! PASSED
|
||||
|
||||
Testing arrays...
|
||||
PVBooleanArray
|
||||
PVByteArray
|
||||
PVShortArray
|
||||
PVIntArray
|
||||
PVLongArray
|
||||
PVFloatArray
|
||||
PVDoubleArray
|
||||
PVStringArray
|
||||
!!! PASSED
|
||||
|
||||
Testing scalar non-initialized...
|
||||
!!! PASSED
|
||||
|
||||
Testing array non-initialized...
|
||||
!!! PASSED
|
||||
|
||||
Testing structure...
|
||||
Simple structure serialization
|
||||
Complex structure serialization
|
||||
!!! PASSED
|
||||
|
||||
Done.
|
||||
pvField totalConstruct 158 totalDestruct 158
|
||||
field totalConstruct 68 totalDestruct 68
|
||||
Symlink
+1
@@ -0,0 +1 @@
|
||||
testPVType.sh
|
||||
@@ -0,0 +1,39 @@
|
||||
Testing scalar equals...
|
||||
!!! PASSED
|
||||
|
||||
Testing scalars...
|
||||
PVBoolean
|
||||
PVByte
|
||||
PVShort
|
||||
PVInt
|
||||
PVLong
|
||||
PVFloat
|
||||
PVDouble
|
||||
PVString
|
||||
!!! PASSED
|
||||
|
||||
Testing arrays...
|
||||
PVBooleanArray
|
||||
PVByteArray
|
||||
PVShortArray
|
||||
PVIntArray
|
||||
PVLongArray
|
||||
PVFloatArray
|
||||
PVDoubleArray
|
||||
PVStringArray
|
||||
!!! PASSED
|
||||
|
||||
Testing scalar non-initialized...
|
||||
!!! PASSED
|
||||
|
||||
Testing array non-initialized...
|
||||
!!! PASSED
|
||||
|
||||
Testing structure...
|
||||
Simple structure serialization
|
||||
Complex structure serialization
|
||||
!!! PASSED
|
||||
|
||||
Done.
|
||||
pvField totalConstruct 158 totalDestruct 158
|
||||
field totalConstruct 68 totalDestruct 68
|
||||
Reference in New Issue
Block a user