]> pd.if.org Git - nbds/blobdiff - txn/txn.c
separate tests out into their own files
[nbds] / txn / txn.c
index 8f5437015692c2aad9246a181c30c7d6bca47da7..b0b6174359b05d896e68a81a7e675c565d6b8a26 100644 (file)
--- a/txn/txn.c
+++ b/txn/txn.c
@@ -240,11 +240,3 @@ void txn_ht_put (txn_t *txn, const char *key, uint32_t key_len, int64_t value) {
     txn->writes[i].key = key;
     txn->writes[i].rec = update;
 }
-
-#ifdef MAKE_txn_test
-#include "runtime.h"
-int main (void) {
-    nbd_init();
-    return 0;
-}
-#endif//txn_test