timer and timeStamp added to misc. copyright and license info added
This commit is contained in:
12
test/testTimeStamp.pl
Executable file
12
test/testTimeStamp.pl
Executable file
@@ -0,0 +1,12 @@
|
||||
eval 'exec perl -S $0 ${1+"$@"}' # -*- Mode: perl -*-
|
||||
if $running_under_some_shell; # testTimeStamp.pl
|
||||
use Env;
|
||||
system ("rm testTimeStamp");
|
||||
system ("rm testTimeStampDiff");
|
||||
system ("../bin/${EPICS_HOST_ARCH}/testTimeStamp testTimeStamp testTimeStampAux");
|
||||
system ("diff testTimeStamp testTimeStampGold >> testTimeStampDiff");
|
||||
if(-z "testTimeStampDiff") {
|
||||
print "testTimeStamp OK\n";
|
||||
} else {
|
||||
print "testTimeStamp Failed\n";
|
||||
}
|
||||
Reference in New Issue
Block a user