makefile.am

来自「sip协议站」· AM 代码 · 共 41 行

AM
41
字号
INCLUDES = \	-I$(top_srcdir)/src \	-I$(top_srcdir)/include ## All tests under this GNU variable should run relatively quickly## and of course require no setupTESTS = testsuitecheck_PROGRAMS = testsuite sandboxtestsuite_CXXFLAGS = @CPPUNIT_CFLAGS@ \    -DTEST_DATA_DIR=\"@abs_top_srcdir@/src/test/\" \    -DTEST_WORK_DIR=\"@abs_top_builddir@/src/test/work\" testsuite_LDADD = \   @SIPXCOMMSERVERTEST_LIBS@ \   ../libsipXregistry.latestsuite_SOURCES = \    RegistrarPeerTest.cpp \    SipRegistrarServerTest.cppEXTRA_DIST = \    regdbdata/updatesToPull.xml# [DEBUG ASSISTANT] List a single unit test to isolate a unit test for# debugging or when developing a new unit test. As courtesy remove all# unit tests before checking in, although forgetting to has no ill# effects. To build and run:##   cd src/test#   make sandbox#   ./sandbox##sandbox_LDFLAGS = $(testsuite_LDFLAGS)sandbox_LDADD = $(testsuite_LDADD)sandbox_CXXFLAGS = $(testsuite_CXXFLAGS)sandbox_SOURCES = \    SipRegistrarServerTest.cpp

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?