Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sequencer-2-2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
epics-modules
sequencer-2-2
Commits
db9a8ae3
Commit
db9a8ae3
authored
12 years ago
by
benjamin.franksen
Browse files
Options
Downloads
Patches
Plain Diff
make tests run properly under base-3.15
parent
bb6cca51
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure/CONFIG
+2
-1
2 additions, 1 deletion
configure/CONFIG
test/validate/Makefile
+4
-0
4 additions, 0 deletions
test/validate/Makefile
test/validate/bittypes.db
+2
-1
2 additions, 1 deletion
test/validate/bittypes.db
with
8 additions
and
2 deletions
configure/CONFIG
+
2
−
1
View file @
db9a8ae3
...
@@ -25,7 +25,8 @@ ifdef T_A
...
@@ -25,7 +25,8 @@ ifdef T_A
-include $(TOP)/configure/O.$(T_A)/CONFIG_APP_INCLUDE
-include $(TOP)/configure/O.$(T_A)/CONFIG_APP_INCLUDE
endif
endif
EPICS_HAS_UNIT_TEST := $(shell $(PERL) -e 'print($(EPICS_MODIFICATION) >= 10)')
EPICS_HAS_UNIT_TEST := $(shell $(PERL) -e\
'print($(EPICS_REVISION) > 14 || ($(EPICS_REVISION) == 14 && $(EPICS_MODIFICATION) >= 10))')
ECHO := $(if $(findstring s,$(MAKEFLAGS)),$(NOP),@echo)
ECHO := $(if $(findstring s,$(MAKEFLAGS)),$(NOP),@echo)
...
...
This diff is collapsed.
Click to expand it.
test/validate/Makefile
+
4
−
0
View file @
db9a8ae3
...
@@ -94,7 +94,11 @@ vxTestHarness_DBD += $(COMMON_DIR)/vxTestHarnessRegistrars.dbd
...
@@ -94,7 +94,11 @@ vxTestHarness_DBD += $(COMMON_DIR)/vxTestHarnessRegistrars.dbd
USR_DBDFLAGS
+=
-I
$(
COMMON_DIR
)
USR_DBDFLAGS
+=
-I
$(
COMMON_DIR
)
TOUCH
=
$(
PERL
)
-MExtUtils
::Command
-e
touch
DB
+=
vxTestHarness.db
DB
+=
vxTestHarness.db
vxTestHarness.db$(DEP)
:
$(
TOUCH
)
$@
endif
endif
# PROD_RTEMS = rtemsTestHarness
# PROD_RTEMS = rtemsTestHarness
...
...
This diff is collapsed.
Click to expand it.
test/validate/bittypes.db
+
2
−
1
View file @
db9a8ae3
record(event,"ushort") {
# this record's VAL field should be of type DBF_USHORT
record(permissive,"ushort") {
}
}
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