a complete set of tests for PVData now exists
This commit is contained in:
12
test/testPVStructureArray.pl
Executable file
12
test/testPVStructureArray.pl
Executable file
@@ -0,0 +1,12 @@
|
||||
eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*-
|
||||
if $running_under_some_shell; # testPVStructureArray.pl
|
||||
$EPICS_HOST_ARCH = "linux-x86";
|
||||
system ("rm testPVStructureArray");
|
||||
system ("rm testPVStructureArrayDiff");
|
||||
system ("../bin/${EPICS_HOST_ARCH}/testPVStructureArray testPVStructureArray");
|
||||
system ("diff testPVStructureArray testPVStructureArrayGold >> testPVStructureArrayDiff");
|
||||
if(-z "testPVStructureArrayDiff") {
|
||||
print "testPVStructureArray OK\n";
|
||||
} else {
|
||||
print "testPVStructureArray Failed\n";
|
||||
}
|
||||
Reference in New Issue
Block a user