Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LLVM bpEVL
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Lorenzo Albano
LLVM bpEVL
Commits
b0589f16
Commit
b0589f16
authored
13 years ago
by
Peter Collingbourne
Browse files
Options
Downloads
Patches
Plain Diff
Add a default rule to test/Makefile which runs the test suite
llvm-svn: 133461
parent
d6824de0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lldb/test/Makefile
+19
-4
19 additions, 4 deletions
lldb/test/Makefile
with
19 additions
and
4 deletions
lldb/test/Makefile
+
19
−
4
View file @
b0589f16
.PHONY
:
clean all
LLDB_LEVEL
:=
..
include
$(LLDB_LEVEL)/Makefile
.PHONY
:
programs
all
::
check-local
#----------------------------------------------------------------------
#----------------------------------------------------------------------
# Make all of the test programs
# Make all of the test programs
#----------------------------------------------------------------------
#----------------------------------------------------------------------
all
:
programs
:
find
.
-type
d
-depth
1 | xargs
-J
% find %
\
find
.
-type
d
-depth
1 | xargs
-J
% find %
\
-name
Makefile
\
-name
Makefile
\
-exec
echo
\;
\
-exec
echo
\;
\
...
@@ -11,11 +16,21 @@ all:
...
@@ -11,11 +16,21 @@ all:
-execdir
make
\;
-execdir
make
\;
#----------------------------------------------------------------------
#----------------------------------------------------------------------
#
Make
all of the test programs
#
Clean
all of the test programs
#----------------------------------------------------------------------
#----------------------------------------------------------------------
clean
:
clean
:
:
find
.
-type
d
-depth
1 | xargs
-J
% find %
\
find
.
-type
d
-depth
1 | xargs
-J
% find %
\
-name
Makefile
\
-name
Makefile
\
-exec
echo
\;
\
-exec
echo
\;
\
-exec
echo
make
-f
'{}'
clean
\;
\
-exec
echo
make
-f
'{}'
clean
\;
\
-execdir
make clean
\;
-execdir
make clean
\;
#----------------------------------------------------------------------
# Run the tests
#----------------------------------------------------------------------
check-local
::
rm
-rf
../test-rdir
env
PATH
=
"
$(
ToolDir
)
:
$(
PATH
)
"
\
PYTHONPATH
=
$(
ToolDir
)
\
$(
SHLIBPATH_VAR
)
=
$(
LibDir
)
\
python
$(
PROJ_SRC_DIR
)
/dotest.py
-i
-v
-r
../test-rdir
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