summaryrefslogtreecommitdiff
path: root/lib/backupstore/StoreTestUtils.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2014-09-04 01:36:15 +0000
committerChris Wilson <chris+github@qwirx.com>2014-09-04 01:36:15 +0000
commit944745c21c7df19ada39e1d347ca732c1f424070 (patch)
tree67b224db00fe236b6e93b636b4fb11442f04aca5 /lib/backupstore/StoreTestUtils.h
parenta134f6eca8102400f41ae0a1e2e9ab3236b1649b (diff)
Define setup and teardown functions and macros, and use them.
Merged back changes from the test refactor branch to reduce diffs.
Diffstat (limited to 'lib/backupstore/StoreTestUtils.h')
-rw-r--r--lib/backupstore/StoreTestUtils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/backupstore/StoreTestUtils.h b/lib/backupstore/StoreTestUtils.h
index 2fc7ca64..5fa1ccc6 100644
--- a/lib/backupstore/StoreTestUtils.h
+++ b/lib/backupstore/StoreTestUtils.h
@@ -17,9 +17,6 @@ class BackupProtocolClient;
class SocketStreamTLS;
class TLSContext;
-//! Simplifies calling setUp() with the current function name in each test.
-#define SETUP() if (!setUp(__FUNCTION__)) return true; // skip this test
-
//! Holds the expected reference counts of each object.
extern std::vector<uint32_t> ExpectedRefCounts;