1# $Id: Makefile.unit_test_internal_stops.app 590760 2019-08-04 21:12:21Z vakatov $
2
3APP = unit_test_internal_stops
4
5SRC = unit_test_internal_stops
6
7CPPFLAGS = $(ORIG_CPPFLAGS) $(BOOST_INCLUDE)
8
9LIB = xalgoseq taxon1 xalnmgr xobjutil tables xregexp $(PCRE_LIB) test_boost \
10      $(OBJMGR_LIBS)
11LIBS = $(GENBANK_THIRD_PARTY_LIBS) $(PCRE_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(CMPRS_LIBS) $(ORIG_LIBS)
12
13REQUIRES = Boost.Test.Included
14
15# Comment this if you do not want it to run automatically as part of
16# "make check".
17CHECK_CMD = unit_test_internal_stops
18CHECK_COPY =
19
20WATCHERS = chetvern
21