1# $Id: Makefile.unit_test_discrepancy.app 610456 2020-06-17 21:52:32Z vakatov $
2#
3# Makefile:  Makefile.unit_test_discrepancy.app
4#
5
6
7APP = unit_test_discrepancy
8SRC = unit_test_discrepancy
9
10CPPFLAGS = $(BOOST_INCLUDE) $(ORIG_CPPFLAGS)
11
12LIB = xdiscrepancy xcleanup xobjutil $(OBJEDIT_LIBS) taxon3 valid test_boost macro $(SEQ_LIBS) $(OBJMGR_LIBS) $(OBJREAD_LIBS) $(CMPRS_LIB) xregexp xncbi
13
14LIBS =  $(CMPRS_LIBS) $(PCRE_LIBS) $(ORIG_LIBS)
15
16REQUIRES = Boost.Test.Included
17
18CHECK_CMD = unit_test_discrepancy
19
20WATCHERS = kachalos
21