File: registry.h

package info (click to toggle)
cowsql 1.15.9-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,704 kB
  • sloc: ansic: 23,583; makefile: 137; python: 11
file content (10 lines) | stat: -rw-r--r-- 284 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
#ifndef TEST_REGISTRY_H
#define TEST_REGISTRY_H

#include "../../src/registry.h"

#define FIXTURE_REGISTRY struct registry registry
#define SETUP_REGISTRY registry__init(&f->registry, &f->config)
#define TEAR_DOWN_REGISTRY registry__close(&f->registry);

#endif /* TEST_REGISTRY_H */