Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2014-07-09 20:27:32 +0000
committerEugene Tarassov2014-07-09 20:27:32 +0000
commitfe135b6b5af43d9a845d0683a6ac137f90a91147 (patch)
treef8bd57425f4c153fe21ce3fcc0ef6a5ce7eee599 /tests/test-all
parent17474d66b0ebf8541e5748e133bb97ca64c4c512 (diff)
downloadorg.eclipse.tcf-fe135b6b5af43d9a845d0683a6ac137f90a91147.tar.gz
org.eclipse.tcf-fe135b6b5af43d9a845d0683a6ac137f90a91147.tar.xz
org.eclipse.tcf-fe135b6b5af43d9a845d0683a6ac137f90a91147.zip
TCF Tests: more diagnostics tests
Diffstat (limited to 'tests/test-all')
-rwxr-xr-xtests/test-all11
1 files changed, 7 insertions, 4 deletions
diff --git a/tests/test-all b/tests/test-all
index fb8228f2a..36ddc258c 100755
--- a/tests/test-all
+++ b/tests/test-all
@@ -379,10 +379,13 @@ function test_one_conf()
-DMEM_USAGE_FACTOR=1"
local CFLAGS2="\
- -DENABLE_SymbolsProxy=1 \
- -DENABLE_LineNumbersProxy=1"
+ -DENABLE_SymbolsProxy=0 \
+ -DENABLE_LineNumbersProxy=0"
local CFLAGS3="\
+ -DENABLE_ELF=0"
+
+ local CFLAGS4="\
-DSERVICE_RunControl=0 \
-DSERVICE_Breakpoints=0 \
-DSERVICE_Memory=0 \
@@ -393,7 +396,7 @@ function test_one_conf()
-DSERVICE_LineNumbers=0 \
-DSERVICE_Expressions=0"
- local CFLAGS4="\
+ local CFLAGS5="\
-DENABLE_DebugContext=0 \
-DENABLE_ELF=0 \
-DSERVICE_StackTrace=0 \
@@ -407,7 +410,7 @@ function test_one_conf()
-DSERVICE_MemoryMap=0"
SEQ=1
- for CFLAGS in "" "$CFLAGS1" "$CFLAGS2" "$CFLAGS3" "$CFLAGS4"
+ for CFLAGS in "" "$CFLAGS1" "$CFLAGS2" "$CFLAGS3" "$CFLAGS4" "$CFLAGS5"
do
build_and_test_agent
SEQ=`expr $SEQ + 1`

Back to the top