Files
epics-base/modules/database/test/ioc/dbtemplate/Makefile
Simon Rose 43afae523e Remove dbltExpand test
This is an older manual test to compare dbLoadTemplate to compare to
msi's output. However, it does not link properly with dbCore due to
the rewriting of dbLoadRecords, so it is being removed.
2025-06-20 15:45:44 -05:00

17 lines
517 B
Makefile

#*************************************************************************
# Copyright (c) 2010 UChicago Argonne LLC, as Operator of Argonne
# National Laboratory.
# EPICS BASE is distributed subject to a Software License Agreement found
# in the file LICENSE that is included with this distribution.
#*************************************************************************
TOP = ../../../../..
include $(TOP)/configure/CONFIG
TESTS += msi
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
include $(TOP)/configure/RULES