9b0a0ba9e6
- Unit Testing Framework (BirdTest) - Integration of BirdTest into the BIRD build system - Tests for several BIRD modules Based on squashed Pavel Tvrdik's int-test branch, updated for current int-new branch.
6 lines
90 B
PHP
6 lines
90 B
PHP
|
|
print "Entering include";
|
|
print "Should be 2: ", 1+1;
|
|
print "Leaving include";
|
|
i = 42;
|
|
|