Skip to content

Commit

Permalink
remove test that was migrated to gtest
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jul 16, 2024
1 parent 61497f9 commit 6bb26a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 182 deletions.
2 changes: 0 additions & 2 deletions nel/tools/nel_unit_test/ut_misc.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "ut_misc_co_task.h"
#include "ut_misc_command.h"
#include "ut_misc_common.h"
#include "ut_misc_config_file.h"
#include "ut_misc_debug.h"
#include "ut_misc_dynlibload.h"
#include "ut_misc_file.h"
Expand All @@ -41,7 +40,6 @@ struct CUTMisc : public Test::Suite
add(std::auto_ptr<Test::Suite>(new CUTMiscCoTask));
add(std::auto_ptr<Test::Suite>(new CUTMiscCommand));
add(std::auto_ptr<Test::Suite>(new CUTMiscCommon));
add(std::auto_ptr<Test::Suite>(new CUTMiscConfigFile));
add(std::auto_ptr<Test::Suite>(new CUTMiscDebug));
add(std::auto_ptr<Test::Suite>(new CUTMiscDynLibLoad));
add(std::auto_ptr<Test::Suite>(new CUTMiscFile));
Expand Down
180 changes: 0 additions & 180 deletions nel/tools/nel_unit_test/ut_misc_config_file.h

This file was deleted.

0 comments on commit 6bb26a7

Please sign in to comment.