github.phpd.cn/thought-machine/please@v12.2.0+incompatible/test/cc_rules/labels/lib_test.cpp (about)

     1  #include <UnitTest++/UnitTest++.h>
     2  
     3  #include "lib.hpp"
     4  
     5  // The real test is at compilation time, this is here just to
     6  // have a test that proves we really are doing something.
     7  TEST(TheAnswer) {
     8    CHECK_EQUAL(42, GetAnswer());
     9  }