added event thread executor timeFunction showConstructDestruct timeStamp
This commit is contained in:
12
test/testThread.pl
Executable file
12
test/testThread.pl
Executable file
@@ -0,0 +1,12 @@
|
||||
eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*-
|
||||
if $running_under_some_shell; # testThread.pl
|
||||
use Env;
|
||||
system ("rm testThread");
|
||||
system ("rm testThreadDiff");
|
||||
system ("../bin/${EPICS_HOST_ARCH}/testThread testThread testThreadAux");
|
||||
system ("diff testThread testThreadGold >> testThreadDiff");
|
||||
if(-z "testThreadDiff") {
|
||||
print "testThread OK\n";
|
||||
} else {
|
||||
print "testThread Failed\n";
|
||||
}
|
||||
Reference in New Issue
Block a user