Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-require
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
Anders Lindh Olsson
e3-require
Commits
dc923673
Commit
dc923673
authored
3 years ago
by
Simon Rose
Browse files
Options
Downloads
Patches
Plain Diff
Added 'test collection' to RULES_TEST
parent
74b77af8
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure/CONFIG
+1
-0
1 addition, 0 deletions
configure/CONFIG
configure/E3/CONFIG_SHELL
+6
-0
6 additions, 0 deletions
configure/E3/CONFIG_SHELL
configure/E3/RULES_TEST
+8
-1
8 additions, 1 deletion
configure/E3/RULES_TEST
with
15 additions
and
1 deletion
configure/CONFIG
+
1
−
0
View file @
dc923673
...
...
@@ -21,6 +21,7 @@ endif
include $(EPICS_BASE)/configure/CONFIG_BASE_VERSION
include $(TOP)/configure/E3/CONFIG_REQUIRE
include $(TOP)/configure/E3/CONFIG_SHELL
include $(TOP)/configure/E3/CONFIG_E3_PATH
include $(TOP)/configure/E3/CONFIG_E3_MAKEFILE
include $(TOP)/configure/E3/CONFIG_EPICS
...
...
This diff is collapsed.
Click to expand it.
configure/E3/CONFIG_SHELL
0 → 100644
+
6
−
0
View file @
dc923673
ifdef DEBUG_SHELL
SHELL = /bin/sh -x
else
SHELL = /usr/bin/bash
endif
This diff is collapsed.
Click to expand it.
configure/E3/RULES_TEST
+
8
−
1
View file @
dc923673
.PHONY: test
test: $(TESTS)
test: collect_tests $(TESTS)
.PHONY: collect_tests
collect_tests:
@echo "Collecting tests:"
@for test in $(TESTS); do \
printf " %s\n" "$$test"; \
done;
.PHONY: $(TESTS)
$(TESTS):
...
...
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