13 lines
583 B
Diff
13 lines
583 B
Diff
No idea why this is failing
|
|
--- a/libs/statechart/test/Jamfile.v2
|
|
+++ b/libs/statechart/test/Jamfile.v2
|
|
@@ -151,8 +151,6 @@ test-suite statechart
|
|
: TuTestMain : TuTest : <link>static $(normal) ]
|
|
[ statechart-st-lib-run LibTestNative
|
|
: TuTestMain : TuTest : <link>static $(native) ]
|
|
- [ statechart-st-lib-run DllTestNormal
|
|
- : TuTestMain : TuTest : <link>shared $(normal) ]
|
|
[ statechart-st-lib-run DllTestNative
|
|
: TuTestMain : TuTest : <link>shared $(native) ]
|
|
[ statechart-st-compile-example BitMachine : BitMachine : BitMachine ]
|