X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftesting.h;h=c0a9e88ac09cd6c50f7631d281e5afd98a061670;hb=f0b5610723ae8962ae264f84210f8bac483bcd20;hp=0c415e48909f96db0d8844e3f422cdd7325d86a1;hpb=598a534ab6f2d122556434b82818c4b6ed8e48f9;p=collectd.git diff --git a/src/testing.h b/src/testing.h index 0c415e48..c0a9e88a 100644 --- a/src/testing.h +++ b/src/testing.h @@ -24,6 +24,9 @@ * Florian octo Forster */ +#ifndef TESTING_H +#define TESTING_H 1 + #include static int fail_count__ = 0; @@ -109,3 +112,5 @@ static int check_count__ = 0; status_ = (long) (expr); \ OK1(status_ == 0L, #expr); \ } while (0) + +#endif /* TESTING_H */