|
Revision 38678, 0.6 kB
(checked in by saturday06, 3 years ago)
|
|
ol
|
-
Property svn:executable set to
*
|
| Line | |
|---|
| 1 | i3_test_exe : i3_test$(EXEEXT) # for IDE |
|---|
| 2 | |
|---|
| 3 | i3_test_SOURCES = $(i3_SOURCES_NO_MAIN) \ |
|---|
| 4 | src/mil/tests/TestMain.cc \ |
|---|
| 5 | src/i3/tests/Tester.cc \ |
|---|
| 6 | src/i3/tests/TestNLS.cc \ |
|---|
| 7 | src/i3/$(OS_DIR)/tests/TestOS.cc \ |
|---|
| 8 | src/i3/$(UI_DIR)/tests/TestUI.cc |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | #src/i3/tests/TestConfigFile.cc \ |
|---|
| 12 | #src/i3/tests/TestEvent.cc \ |
|---|
| 13 | # |
|---|
| 14 | |
|---|
| 15 | i3_test_CPPFLAGS = -I$(srcdir)/src/i3/tests |
|---|
| 16 | i3_test_LDFLAGS = -l./libmilobjcexceptionfilter.a |
|---|
| 17 | |
|---|
| 18 | if USE_GCC_PRECOMPILED_HEADER |
|---|
| 19 | i3_test_CPPFLAGS += -include mil/PrecompiledHeaders.h -include i3/tests/TestMacros.h # workaround for GCC Precompiled Header |
|---|
| 20 | else |
|---|
| 21 | i3_test_CPPFLAGS += -D I3_TEST=1 |
|---|
| 22 | endif |
|---|
| 23 | |
|---|