trompeloeil

FORK: Header only C++14 mocking framework
git clone https://git.neptards.moe/u3shit/trompeloeil.git
Log | Files | Refs | README

Makefile.travis (137B)


      1 all: self_test
      2 	./self_test
      3 
      4 clean:
      5 	rm ./self_test
      6 
      7 self_test: compiling_tests.cpp trompeloeil.hpp
      8 	$(CXX) $(CXXFLAGS) -Werror $< -o $@