diff options
author | Linus Nordberg <linus@nordberg.se> | 2015-02-19 16:17:01 +0100 |
---|---|---|
committer | Linus Nordberg <linus@nordberg.se> | 2015-02-19 16:17:01 +0100 |
commit | 7cbbfa7c7e0fba134838c5c9c58d2d3174232882 (patch) | |
tree | 69e88887845cda8c8a0f2791246abb2746693a3c /src/catlfish.hrl | |
parent | f40d4a258f926614eb49492e1cc905f5f14f7509 (diff) |
Make unit tests work again.
Makefile target 'check' runs them.
Diffstat (limited to 'src/catlfish.hrl')
-rw-r--r-- | src/catlfish.hrl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/catlfish.hrl b/src/catlfish.hrl deleted file mode 100644 index 46e882b..0000000 --- a/src/catlfish.hrl +++ /dev/null @@ -1,4 +0,0 @@ -%%% Copyright (c) 2014, NORDUnet A/S. -%%% See LICENSE for licensing information. - --define(CACHE_TABLE, catlfish_cache). |