📄 makefile.am
字号:
## 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -