Files
epics-base/test/tools/Makefile
2017-09-19 12:02:12 +02:00

16 lines
512 B
Makefile

#*************************************************************************
# Copyright (c) 2012 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 += Snippets
TESTSCRIPTS_HOST += $(TESTS:%=%.t)
include $(TOP)/configure/RULES