diff options
author | Alexander Golubev <fatzer2@gmail.com> | 2016-06-28 06:14:50 +0300 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2017-01-29 02:27:14 +0100 |
commit | 26d76a4c048d99e282356616ca8e1e5ad45a7f53 (patch) | |
tree | ca0d2e03b2153f1b4c8a6d5726c1c56f6d3b69b5 /dcop/tests/driver.cpp | |
parent | 0c64a776ddecfa33a37318e79b8811d9774579ae (diff) | |
download | tdelibs-26d76a4c048d99e282356616ca8e1e5ad45a7f53.tar.gz tdelibs-26d76a4c048d99e282356616ca8e1e5ad45a7f53.zip |
Add dcop tests to cmake
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'dcop/tests/driver.cpp')
-rw-r--r-- | dcop/tests/driver.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dcop/tests/driver.cpp b/dcop/tests/driver.cpp index 18b983829..73a98fc0d 100644 --- a/dcop/tests/driver.cpp +++ b/dcop/tests/driver.cpp @@ -20,8 +20,8 @@ Driver::Driver(const char* app) } -TQTextStream output( fopen( "driver.returns", "w" ) , IO_WriteOnly ); -#include <iostream> +TQTextStream output( fopen( "driver.returns", "w" ) , IO_WriteOnly ); + void Driver::test() { // This is written like this to allow the potentially ASYNC calls to be syncronized |