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