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