Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SMPStaticAnalyzer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Open Source Software
SMPStaticAnalyzer
Commits
f1c38f81
Commit
f1c38f81
authored
8 years ago
by
jdh8d
Browse files
Options
Downloads
Patches
Plain Diff
bug fixes to new build system.
Former-commit-id: 8fb87d43a2c339de45688553804e9bb25cce6e21
parent
997df334
No related branches found
No related tags found
Loading
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
SConscript
+4
-4
4 additions, 4 deletions
SConscript
tests/scripts/make_baseline.sh
+2
-1
2 additions, 1 deletion
tests/scripts/make_baseline.sh
with
6 additions
and
5 deletions
SConscript
+
4
−
4
View file @
f1c38f81
...
@@ -72,10 +72,10 @@ if int(argenv['build_ida']) == 1:
...
@@ -72,10 +72,10 @@ if int(argenv['build_ida']) == 1:
print
"
Build IDA Plugin
"
print
"
Build IDA Plugin
"
lib
=
SConscript
(
'
SConscript.ida
'
,
variant_dir
=
'
build_ida
'
)
lib
=
SConscript
(
'
SConscript.ida
'
,
variant_dir
=
'
build_ida
'
)
print
"
Done build IDA Plugin
"
print
"
Done build IDA Plugin
"
test
=
argenv
.
Command
(
target
=
"
./test.log
"
,
source
=
lib
,
action
=
"
SMPSA_HOME=$SMPSA_HOME $SMPSA_HOME/tests/scripts/make_baseline.sh 2>&1 |tee ./test.log
"
)
test
=
argenv
.
Command
(
target
=
"
./test.log
"
,
source
=
lib
,
action
=
"
IDAROOT=$IDAROOT
SMPSA_HOME=$SMPSA_HOME $SMPSA_HOME/tests/scripts/make_baseline.sh 2>&1 |tee ./test.log
"
)
Depends
(
test
,
lib
)
argenv
.
Depends
(
test
,
lib
)
ab
=
AlwaysBuild
(
test
)
ab
=
argenv
.
AlwaysBuild
(
test
)
Default
(
ab
)
argenv
.
Default
(
ab
)
if
int
(
argenv
[
'
build_irdb
'
])
==
1
or
int
(
argenv
[
'
build_irdb_driver
'
])
==
1
:
if
int
(
argenv
[
'
build_irdb
'
])
==
1
or
int
(
argenv
[
'
build_irdb_driver
'
])
==
1
:
...
...
This diff is collapsed.
Click to expand it.
tests/scripts/make_baseline.sh
+
2
−
1
View file @
f1c38f81
...
@@ -32,7 +32,8 @@ doit()
...
@@ -32,7 +32,8 @@ doit()
fi
fi
cp
$basic_filename
$save_filename
cp
$basic_filename
$save_filename
cp
$trim_filename
$trim_save_filename
cp
$trim_filename
$trim_save_filename
echo
" already exists, reusing ..."
else
echo
-n
" already exists, reusing ..."
fi
fi
echo
"Done."
echo
"Done."
done
done
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment