Skip to content

Commit

Permalink
Remove test code (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
RandyGaul committed Oct 10, 2024
1 parent ad15a45 commit 1806bca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion libraries/pico/pico_unit.h
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ pu_run_test (const char* const name, pu_test_fn test_fp)

printf("\n");

pu_num_passed++;_CrtDumpMemoryLeaks();
pu_num_passed++;

if (NULL != pu_teardown_fp)
{
Expand Down
2 changes: 0 additions & 2 deletions test/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ int main(int argc, char* argv[])
printf("Tests are running from \"%s\"\n\n", cf_fs_get_base_directory());
cf_fs_destroy();

_CrtSetBreakAlloc(4277);

#ifdef _MSC_VER
_CrtSetDbgFlag(_CRTDBG_REPORT_FLAG | _CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
_CrtSetReportMode(_CRT_WARN, _CRTDBG_MODE_FILE);
Expand Down
3 changes: 0 additions & 3 deletions test/test_audio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ using namespace Cute;
#include "thingy.h"
#include "jump.h"

#define _CRTDBG_MAP_ALLOC
#include <crtdbg.h>

/* Load and free wav/ogg files synchronously. */
TEST_CASE(test_audio_load_synchronous)
{
Expand Down

0 comments on commit 1806bca

Please sign in to comment.