root/lang/objective-cplusplus/i3/trunk/unix/am/i3_test.am @ 37582

Revision 37582, 436 bytes (checked in by saturday06, 3 years ago)

libobjijci

  • Property svn:executable set to *
Line 
1i3_test_exe : i3_test$(EXEEXT)
2
3i3_test_SOURCES = $(i3_SOURCES_NO_MAIN) \
4src/mil/src/test/Main.cc \
5src/tests/Tester.cc \
6src/tests/TestNLS.cc \
7src/tests/TestConfigFile.cc \
8src/tests/TestEvent.cc \
9src/$(OS_DIR)/tests/TestOs.cc \
10src/$(GUI_DIR)/tests/TestGui.cc
11
12i3_test_CXXFLAGS  =
13i3_test_CPPFLAGS  = -Isrc/tests
14i3_test_LDFLAGS   =
15i3_test_LDADD     =
16
17#if WITH_GUI_COCOA
18#i3_test_LDADD    += libmilobjcexceptionfilter.a
19#endif
Note: See TracBrowser for help on using the browser.