Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libyaml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
OpenVMS
libraries
libyaml
Commits
b5d2e2beade0
Commit
b5d2e2beade0
authored
5 years ago
by
Ingy döt Net
Browse files
Options
Downloads
Patches
Plain Diff
wip - Test from libyaml-test-suite
parent
f7cc251cdad4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile.am
+8
-10
8 additions, 10 deletions
Makefile.am
with
8 additions
and
10 deletions
Makefile.am
+
8
−
10
View file @
b5d2e2be
...
@@ -5,9 +5,12 @@
...
@@ -5,9 +5,12 @@
EXTRA_DIST
=
Changes ReadMe.md License CMakeLists.txt doc/doxygen.cfg
EXTRA_DIST
=
Changes ReadMe.md License CMakeLists.txt doc/doxygen.cfg
LIBYAML_TEST_SUITE_RUN_REPO_DEFAULT
:=
https://github.com/yaml/libyaml
LIBYAML_TEST_SUITE_REPO
?=
https://github.com/yaml/libyaml-test-suite
LIBYAML_TEST_SUITE_RUN_REPO
?=
$(
LIBYAML_TEST_SUITE_RUN_REPO_DEFAULT
)
LIBYAML_TEST_SUITE_COMMIT
?=
1f1b00ab6763647d05e44200b63fa62f1d2269a3
LIBYAML_TEST_SUITE_RUN_BRANCH
?=
run-test-suite
# NOTE: Uncomment to use a local copy of libyaml-test-suite
# LIBYAML_TEST_SUITE_REPO := ../libyaml-test-suite/.git
# LIBYAML_TEST_SUITE_COMMIT ?= devel
pkgconfigdir
=
$(
libdir
)
/pkgconfig
pkgconfigdir
=
$(
libdir
)
/pkgconfig
pkgconfig_DATA
=
yaml-0.1.pc
pkgconfig_DATA
=
yaml-0.1.pc
...
@@ -35,13 +38,8 @@
...
@@ -35,13 +38,8 @@
test-all
:
test test-suite
test-all
:
test test-suite
tests/run-test-suite
:
tests/run-test-suite
:
ifeq
($(LIBYAML_TEST_SUITE_RUN_REPO),$(LIBYAML_TEST_SUITE_RUN_REPO_DEFAULT))
git clone
$(
LIBYAML_TEST_SUITE_REPO
)
$@
-
git branch
--track
$(
LIBYAML_TEST_SUITE_RUN_BRANCH
)
origin/
$(
LIBYAML_TEST_SUITE_RUN_BRANCH
)
(
cd
$@
&&
git reset
--hard
$(
LIBYAML_TEST_SUITE_COMMIT
)
)
-
git worktree prune
git worktree add
$@
$(
LIBYAML_TEST_SUITE_RUN_BRANCH
)
else
git
clone
--branch
$(LIBYAML_TEST_SUITE_RUN_BRANCH)
$(LIBYAML_TEST_SUITE_RUN_REPO)
$@
endif
packaging
:
packaging
:
-
git branch
--track
$@
origin/
$@
-
git branch
--track
$@
origin/
$@
...
...
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