root/lang/cplusplus/i3/am/i3_test_debug.am @ 19991

Revision 19991, 410 bytes (checked in by saturday06, 5 years ago)

cygwin上でmake distcheckが通るようになる

  • Property svn:executable set to *
Line 
1# ---------------------------------------
2# Common
3
4i3_test_debug_exe : i3_test_debug$(EXEEXT) # for IDE
5run.i3_test_debug : gch i3_test_debug_exe
6        rm -f gmon.out
7        sh scripts/clean_gcov.sh
8        ./i3_test_debug
9        sh scripts/lcov.sh
10
11
12i3_test_debug_SOURCES   = $(i3_test_SOURCES)
13i3_test_debug_CXXFLAGS  = $(i3_debug_CXXFLAGS)
14i3_test_debug_LDFLAGS   = $(i3_debug_LDFLAGS)
15i3_test_debug_LDADD     = $(i3_debug_LDADD)
Note: See TracBrowser for help on using the browser.