makefile.am
来自「sip协议站」· AM 代码 · 共 25 行
AM
25 行
## All tests under this GNU variable should run relatively quickly## and of course require no setup# for performance numbers, add to TESTS: UtlListPerformance UtlHashMapPerformanceTESTS = testsuitecheck_PROGRAMS = testsuitetestsuite_LDADD = \ @SIPXUNIT_LIBS@ \ @SIPXCOMMSERVER_LIBS@testsuite_CXXFLAGS = \ -I$(top_srcdir)/include \ @PCRE_CFLAGS@ @CPPUNIT_CFLAGS@ \ -DTEST_DIR=\"@abs_builddir@\" \ -fno-gcse -O0# ORDER NOTE: the utl/UtlLinkTest and utl/UtlChainTest must be before# any test that uses any UtlContainer.testsuite_SOURCES = \ SipImpliedSubscriptionsTest.cpp
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?