Skip to content

Commit

Permalink
Moved to integration
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Jul 5, 2022
1 parent b177358 commit 09629a5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion test/integration/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ if get_option('enable_tests')
)

tests = [
'analysis_il',
'analysis_global_var',
'analysis_il',
'autocmplt',
'basefind',
'bin',
'bin_vfiles',
'cpu_platform_profiles',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#include <rz_core.h>
#include <rz_basefind.h>
#include "minunit.h"
#include "../unit/minunit.h"

static void basefind_options_set_valid(RzBaseFindOpt *options) {
options->start_address = 0;
Expand Down
1 change: 0 additions & 1 deletion test/unit/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if get_option('enable_tests')
'analysis_xrefs',
'annotated_code',
'base64',
'basefind',
'big',
'bin_lines',
'bitmap',
Expand Down

0 comments on commit 09629a5

Please sign in to comment.