Skip to content
Snippets Groups Projects
Commit 5fd13784 authored by benjamin.franksen's avatar benjamin.franksen
Browse files

test: moved race into validate suite

parent 32bee9b2
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ DIRS += simple ...@@ -7,7 +7,6 @@ DIRS += simple
DIRS += johng DIRS += johng
DIRS += validate DIRS += validate
DIRS += demo DIRS += demo
DIRS += race
ifeq '$(EPICS_HAS_UNIT_TEST)' '1' ifeq '$(EPICS_HAS_UNIT_TEST)' '1'
DIRS += unit DIRS += unit
......
TOP = ../..
include $(TOP)/configure/CONFIG
#----------------------------------------
# ADD MACRO DEFINITIONS AFTER THIS LINE
SNC = $(INSTALL_HOST_BIN)/snc
# Generate snc main programs
SNCFLAGS_DEFAULT += +m
SNCFLAGS_vxWorks += -nil-
# Products
TESTPROD_HOST += race
race_SRCS += race.st
race_LIBS += seq pv
race_LIBS += $(EPICS_BASE_IOC_LIBS)
include $(TOP)/configure/RULES
#----------------------------------------
# ADD RULES AFTER THIS LINE
runtest: install
splitvt -upper 'softIoc -s -d race.db'\
-lower './O.$(EPICS_HOST_ARCH)/race -s'
...@@ -31,6 +31,7 @@ PROD += array ...@@ -31,6 +31,7 @@ PROD += array
PROD += stop PROD += stop
PROD += userfunc PROD += userfunc
PROD += eftest PROD += eftest
PROD += race
#PROD += ctest #PROD += ctest
...@@ -52,6 +53,7 @@ DB_INSTALLS += pvGetComplete.db ...@@ -52,6 +53,7 @@ DB_INSTALLS += pvGetComplete.db
DB_INSTALLS += pvPutAsync.db DB_INSTALLS += pvPutAsync.db
DB_INSTALLS += userfunc.db DB_INSTALLS += userfunc.db
DB_INSTALLS += eftest.db DB_INSTALLS += eftest.db
DB_INSTALLS += race.db
include $(TOP)/configure/RULES include $(TOP)/configure/RULES
#---------------------------------------- #----------------------------------------
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment