summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorancarola <raffaele.ancarola@epfl.ch>2019-01-28 17:41:06 +0100
committerancarola <raffaele.ancarola@epfl.ch>2019-01-28 17:41:06 +0100
commit6e453cb08481bcdff3cf94d84b34505153dd7279 (patch)
tree90252d46ebb148203554ecfceefb79c706eb53d9 /test
parentMerge remote-tracking branch 'nao/master' (diff)
downloadflatland-6e453cb08481bcdff3cf94d84b34505153dd7279.tar.gz
flatland-6e453cb08481bcdff3cf94d84b34505153dd7279.zip
Channel interface improved
Diffstat (limited to 'test')
-rw-r--r--test/signal_test.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/signal_test.cpp b/test/signal_test.cpp
index 4dcb635..35aede5 100644
--- a/test/signal_test.cpp
+++ b/test/signal_test.cpp
@@ -87,6 +87,8 @@ int main()
FlatWindow win(600, 900, "Test 3");
flat_status status;
+ npdebug("Initializing channel alpha")
+
alpha = channel::create("alpha");
if (alpha == nullptr)