This commit is contained in:
Eryn Wells 2014-03-07 20:20:56 -08:00
parent c9ff381f39
commit 921890e0b2
8 changed files with 95 additions and 10 deletions

View file

@ -23,3 +23,5 @@ files = [
objs = []
for f in files:
objs.append(env.Object(f))
env.GTestProgram('test_hello', 'test_hello.cc')