summaryrefslogtreecommitdiff
path: root/t/unit-tests/unit-test.h
blob: 5398b4491715603ffe662064db5304c5beaf5749 (plain)
1
2
3
4
5
6
7
8
9
#include "git-compat-util.h"
#include "clar/clar.h"
#include "strbuf.h"

#ifndef GIT_CLAR_DECLS_H
# include "clar-decls.h"
#else
# include GIT_CLAR_DECLS_H
#endif