/[Intel-AMT]/trunk/t/EventManager.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/t/EventManager.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 22 - (show annotations)
Sun Aug 30 22:11:52 2009 UTC (14 years, 7 months ago) by dpavlin
File MIME type: application/x-troff
File size: 342 byte(s)
beginning of EventManager, for now GetEventLogStatus and ReadEventLogRecords
1 #!/usr/bin/perl -T
2
3 use Test::More tests => 3;
4 use Data::Dump qw/dump/;
5
6 use lib 'lib';
7
8 BEGIN {
9 use_ok( 'Intel::AMT::EventManager' );
10 }
11
12 ok( my $o = Intel::AMT::EventManager::GetEventLogStatus(), 'GetEventLogStatus' );
13 diag dump( $o );
14
15 ok( my $o = Intel::AMT::EventManager::ReadEventLogRecords(), 'ReadEventLogRecords' );
16 diag dump( $o );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26