Fix testing
commit3f64efec0bede712b1dc0b298d68bf5fdd9a8e1a
authorFionn Cleary <clearyf@tcd.ie>
Mon, 3 Jun 2013 15:58:12 +0000 (3 17:58 +0200)
committerFionn Cleary <clearyf@tcd.ie>
Mon, 3 Jun 2013 15:58:12 +0000 (3 17:58 +0200)
tree66aa20469b3613773d927db9fbdb07393e7a50de
parent824673eabdc742baeb13ff655874c3238af453df
Fix testing

run ‘make test’ to create test binary

Signed-off-by: Fionn Cleary <clearyf@tcd.ie>
39 files changed:
.gitignore
Makefile
export.c
test_main.c [new file with mode: 0644]
testing/include/gtest-death-test.h [deleted file]
testing/include/gtest-message.h [deleted file]
testing/include/gtest-param-test.h [deleted file]
testing/include/gtest-param-test.h.pump [deleted file]
testing/include/gtest-printers.h [deleted file]
testing/include/gtest-spi.h [deleted file]
testing/include/gtest-test-part.h [deleted file]
testing/include/gtest-typed-test.h [deleted file]
testing/include/gtest.h [deleted file]
testing/include/gtest_pred_impl.h [deleted file]
testing/include/gtest_prod.h [deleted file]
testing/include/internal/gtest-death-test-internal.h [deleted file]
testing/include/internal/gtest-filepath.h [deleted file]
testing/include/internal/gtest-internal.h [deleted file]
testing/include/internal/gtest-linked_ptr.h [deleted file]
testing/include/internal/gtest-param-util-generated.h [deleted file]
testing/include/internal/gtest-param-util-generated.h.pump [deleted file]
testing/include/internal/gtest-param-util.h [deleted file]
testing/include/internal/gtest-port.h [deleted file]
testing/include/internal/gtest-string.h [deleted file]
testing/include/internal/gtest-tuple.h [deleted file]
testing/include/internal/gtest-tuple.h.pump [deleted file]
testing/include/internal/gtest-type-util.h [deleted file]
testing/include/internal/gtest-type-util.h.pump [deleted file]
testing/runTests.cpp [deleted file]
testing/src/gtest-all.cc [deleted file]
testing/src/gtest-death-test.cc [deleted file]
testing/src/gtest-filepath.cc [deleted file]
testing/src/gtest-internal-inl.h [deleted file]
testing/src/gtest-port.cc [deleted file]
testing/src/gtest-printers.cc [deleted file]
testing/src/gtest-test-part.cc [deleted file]
testing/src/gtest-typed-test.cc [deleted file]
testing/src/gtest.cc [deleted file]
testing/src/gtest_main.cc [deleted file]