waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

test.c (137B)


      1 #include "mock_module.h"
      2 
      3 void setUp(void)
      4 {}
      5 
      6 void tearDown(void)
      7 {}
      8 
      9 void test_1(void)
     10 {}
     11 
     12 void test_2(void)
     13 {}
     14 
     15 void test_3(void)
     16 {}
     17