summaryrefslogtreecommitdiffstats
path: root/server/tests/test_util.h
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-08-22 15:35:37 +0100
committerAlon Levy <alevy@redhat.com>2011-08-23 17:01:14 +0300
commitb88f23363388ffec42ba3a9d16075d9f7a0357eb (patch)
treed40eb10907903a49501ef93dbb4ff6bac1c6e2ff /server/tests/test_util.h
parent13a6c8b3a1ddf58636dda98a2146a5b5d1a4056e (diff)
downloadspice-b88f23363388ffec42ba3a9d16075d9f7a0357eb.tar.gz
spice-b88f23363388ffec42ba3a9d16075d9f7a0357eb.tar.xz
spice-b88f23363388ffec42ba3a9d16075d9f7a0357eb.zip
server/tests/basic_event_loop: multiple fixes
reuse common/ring.h ignore SIGPIPE fix handling of removed watches
Diffstat (limited to 'server/tests/test_util.h')
-rw-r--r--server/tests/test_util.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/server/tests/test_util.h b/server/tests/test_util.h
index 98444268..a2cd8a86 100644
--- a/server/tests/test_util.h
+++ b/server/tests/test_util.h
@@ -1,9 +1,6 @@
#ifndef __TEST_UTIL_H__
#define __TEST_UTIL_H__
-#define TRUE 1
-#define FALSE 0
-
#ifdef ASSERT
#undef ASSERT
#endif