1
0
mirror of https://github.com/meekrosoft/fff synced 2026-01-23 00:15:59 +01:00

Add license file and make gtest compile with own TR1 tuple library

This commit is contained in:
Mike Long
2014-01-09 22:04:03 +08:00
parent 2afa7273b7
commit cbe9b8b7fb
7 changed files with 56 additions and 6 deletions

View File

@@ -1,7 +1,8 @@
#!/bin/bash
set -e
ruby fakegen.rb > fff.h
cat LICENSE > fff.h
ruby fakegen.rb >> fff.h
make clean
make all
build/fff_test_c