miniroon

Simplistic macaroon-based authorization for Unix systems
git clone https://ccx.te2000.cz/git/miniroon
Log | Files | Refs | README

tests.h (161B)


      1 #ifndef MINIROON_TESTS_H
      2 #define MINIROON_TESTS_H
      3 
      4 #include <assert.h>
      5 
      6 #include "greatest.h"
      7 
      8 GREATEST_SUITE_EXTERN(blackbox);
      9 // {IMP} test_blackbox.c
     10 
     11 #endif