- check in expected output from each program

This commit is contained in:
Bryce Denney 2002-10-16 04:08:24 +00:00
parent 837d985b19
commit 7fc1a8b2cf
6 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,4 @@
start
Module name is 'AddModule'
operate(5,12) = 17
stop

View File

@ -0,0 +1,4 @@
start
Module name is 'AddModule'
operate(5,12) = 17
stop

View File

@ -0,0 +1,7 @@
start
at first, n_operations = 0
Module name is 'AddModule'
module2: operation_occurred
operate(5,12) = 17
stop
at end, n_operations = 1

View File

@ -0,0 +1,7 @@
start
at first, n_operations = 0
Module name is 'AddModule'
module2: operation_occurred
operate(5,12) = 17
stop
at end, n_operations = 1

View File

@ -0,0 +1,10 @@
start
at first, n_operations = 0
Module name is 'AddModule'
register_module was called by module 'module2'
module2: operation_occurred
operate(5,12) = 17
module2: operation_occurred
operate(5,17) = 22
stop
at end, n_operations = 2

View File

@ -0,0 +1,15 @@
start
loading module1
loading module from libmodule1.la
handle is VARIES{xxx}
module_init function is at VARIES{xxx}
Calling module_init
module1 init for main version uselib-test6-1.0
register_module was called by module 'module1'
loading module from libmodule2.la
handle is VARIES{xxx}
module_init function is at VARIES{xxx}
Calling module_init
module2 init for main version uselib-test6-1.0
register_module was called by module 'module2'
stop