I was instantiating my tests on the heap, while the JUCE tests are static. Then I am deleting all tests (which was required for mine), and if a static one got in (as the one included without the JUCE_UNIT_TESTS), it would blow up when I try to delete it. I changed all of my tests to static instantiation now, so I can run all of the UnitTests with my runner.