Boost logo

Boost :

From: David Abrahams (david.abrahams_at_[hidden])
Date: 2002-05-01 06:24:04


----- Original Message -----
From: "Pål Frogner Hansen" <pal_at_[hidden]>

> I get a memory error from command-line. What can be wrong? I would
very much appreciate a hint here...
>
> Here's the testing-output from the interpreter:
> ================
<snip>
> It does not seem to work with vc6 either (but I may be mixing some
files that shouldn't...).

I don't know; it sure works well for me with both compilers (and Python
2.2.1):

myjam -sTOOLS="msvc vc7" -sPYTHON_TEST_ARGS=-v getting_started1.run
...found 287 targets...
...updating 2 targets...
python-runtest-target
<libs!python!build\getting_started1.run\msvc\debug\runtime-link-dynamic>
getting_started1.run
Running test_getting_started1.__doc__
Trying: import getting_started1
Expecting: nothing
ok
Trying: print getting_started1.greet()
Expecting: hello, world
ok
Trying: number = 11
Expecting: nothing
ok
Trying: print number, '*', number, '=', getting_started1.square(number)
Expecting: 11 * 11 = 121
ok
0 of 4 examples failed in test_getting_started1.__doc__
Running test_getting_started1.run.__doc__
0 of 0 examples failed in test_getting_started1.run.__doc__
1 items had no tests:
    test_getting_started1.run
1 items passed all tests:
   4 tests in test_getting_started1
4 tests in 2 items.
4 passed and 0 failed.
Test passed.
python-runtest-target
<libs!python!build\getting_started1.run\vc7\debug\runtime-link-dynamic>g
etting_started1.run
Running test_getting_started1.__doc__
Trying: import getting_started1
Expecting: nothing
ok
Trying: print getting_started1.greet()
Expecting: hello, world
ok
Trying: number = 11
Expecting: nothing
ok
Trying: print number, '*', number, '=', getting_started1.square(number)
Expecting: 11 * 11 = 121
ok
0 of 4 examples failed in test_getting_started1.__doc__
Running test_getting_started1.run.__doc__
0 of 0 examples failed in test_getting_started1.run.__doc__
1 items had no tests:
    test_getting_started1.run
1 items passed all tests:
   4 tests in test_getting_started1
4 tests in 2 items.
4 passed and 0 failed.
Test passed.
...updated 2 targets...

Compilation finished at Wed May 01 06:22:34


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk