| 1 | <?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 | <!DOCTYPE testsuite PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN" |
|---|
| 3 | "http://www.boost.org/tools/boostbook/dtd/boostbook.dtd"> |
|---|
| 4 | <testsuite last-revision="$Date: 2003/11/17 21:07:23 $"> |
|---|
| 5 | <run-test filename="dead_slot_test.cpp"> |
|---|
| 6 | <lib>../../../libs/test/build/boost_test_exec_monitor</lib> |
|---|
| 7 | <lib>../build/boost_signals</lib> |
|---|
| 8 | <purpose> |
|---|
| 9 | <para>Ensure that calling <methodname>connect</methodname> with a slot |
|---|
| 10 | that has already been disconnected via deletion does not actually |
|---|
| 11 | connect to the slot.</para> |
|---|
| 12 | </purpose> |
|---|
| 13 | </run-test> |
|---|
| 14 | |
|---|
| 15 | <run-test filename="deletion_test.cpp"> |
|---|
| 16 | <lib>../../../libs/test/build/boost_test_exec_monitor</lib> |
|---|
| 17 | <lib>../build/boost_signals</lib> |
|---|
| 18 | <purpose> |
|---|
| 19 | <para>Test deletion of slots.</para> |
|---|
| 20 | </purpose> |
|---|
| 21 | </run-test> |
|---|
| 22 | |
|---|
| 23 | <run-test filename="ordering_test.cpp"> |
|---|
| 24 | <lib>../../../libs/test/build/boost_test_exec_monitor</lib> |
|---|
| 25 | <lib>../build/boost_signals</lib> |
|---|
| 26 | <purpose><para>Test slot group ordering.</para></purpose> |
|---|
| 27 | </run-test> |
|---|
| 28 | |
|---|
| 29 | <run-test filename="signal_n_test.cpp"> |
|---|
| 30 | <lib>../../../libs/test/build/boost_test_exec_monitor</lib> |
|---|
| 31 | <lib>../build/boost_signals</lib> |
|---|
| 32 | <purpose> |
|---|
| 33 | <para>Basic test of signal/slot connections and invocation using the |
|---|
| 34 | <classname>boost::signalN</classname> class templates.</para> |
|---|
| 35 | </purpose> |
|---|
| 36 | </run-test> |
|---|
| 37 | |
|---|
| 38 | <run-test filename="signal_test.cpp"> |
|---|
| 39 | <lib>../../../libs/test/build/boost_test_exec_monitor</lib> |
|---|
| 40 | <lib>../build/boost_signals</lib> |
|---|
| 41 | <purpose> |
|---|
| 42 | <para>Basic test of signal/slot connections and invocation using the |
|---|
| 43 | <classname>boost::signal</classname> class template.</para> |
|---|
| 44 | </purpose> |
|---|
| 45 | <if-fails> |
|---|
| 46 | <para>The <classname>boost::signal</classname> class template may not |
|---|
| 47 | be usable on your compiler. However, the |
|---|
| 48 | <classname>boost::signalN</classname> class templates may still be |
|---|
| 49 | usable.</para> |
|---|
| 50 | </if-fails> |
|---|
| 51 | </run-test> |
|---|
| 52 | |
|---|
| 53 | <run-test filename="trackable_test.cpp"> |
|---|
| 54 | <lib>../../../libs/test/build/boost_test_exec_monitor</lib> |
|---|
| 55 | <lib>../build/boost_signals</lib> |
|---|
| 56 | <purpose> |
|---|
| 57 | <para>Test automatic lifetime management using |
|---|
| 58 | <classname>boost::trackable</classname> objects.</para> |
|---|
| 59 | </purpose> |
|---|
| 60 | </run-test> |
|---|
| 61 | </testsuite> |
|---|