makefile.am

来自「基于sipfoundy 公司开发的sipx协议API」· AM 代码 · 共 61 行

AM
61
字号
INCLUDES = -I$(top_srcdir)/includeSUBDIRS = tapi## All tests under this GNU variable should run relatively quickly## and of course require no setupTESTS = testsuitecheck_PROGRAMS = testsuitetestsuite_LDADD = \    @SIPXUNIT_LIBS@ \    @SIPXMEDIAADAPTER_LIBS@ \    ../libsipXcall.latestsuite_SOURCES = \    jnibutton.cpp \    cp/CpTestSupport.cpp \    cp/CpTestSupport.h \    cp/CallManagerTest.cpp \    ptapi/PtAddressForwardingTest.cpp \    ptapi/PtAddressTest.cpp \    ptapi/PtAudioCodecTest.cpp \    ptapi/PtCallEventTest.cpp \    ptapi/PtCallTest.cpp \    ptapi/PtConnectionEventTest.cpp \    ptapi/PtConnectionTest.cpp \    ptapi/PtEventTest.cpp \    ptapi/PtMediaCapabilities.cpp \    ptapi/PtPhoneTerminalTest.cpp \    ptapi/PtTerminalTest.cpp## Full regression test and not meant for 'make check'noinst_PROGRAMS = regressionregression_LDADD = \    @SIPXUNIT_LIBS@ \    @SIPXMEDIAADAPTER_LIBS@ \    ../libsipXcall.laregression_SOURCES = \    jnibutton.cpp \    mp/CallManagerPlayerTest.cpp \    mp/MpStreamPlayerTest.cpp \    mp/MpStreamPlaylistPlayerTest.cpp \    mp/MpStreamQueuePlayerTest.cpp \    mp/MpTestConfig.cpp \    mp/MyPlayerListenerHistoryKeeper.cpp \    mp/MyPlayerListenerPoller.cpp \    mp/MyStreamQueueHistoryKeeper.cppDISTCLEANFILES = Makefile.in# [DEBUG ASSISTANT] List a single unittest to isolate a unittest for# debugging or when developing a new unittest. As courtesy remove all# unittests before checking in, although forgetting to has no ill# effects.# sandbox_LDADD = $(testsuite_LDADD)# sandbox_CXXFLAGS = $(testsuite_CXXFLAGS)# sandbox_SOURCES = 

⌨️ 快捷键说明

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