summaryrefslogtreecommitdiff
path: root/connectivity/qa
diff options
context:
space:
mode:
authorFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-09-30 12:43:16 +0200
committerFrank Schoenheit [fs] <frank.schoenheit@sun.com>2010-09-30 12:43:16 +0200
commit522a402edc720525a4354e8f728a9b7a9074a3e2 (patch)
tree9febdbd7432913669bc2fcc012207eada10bdc4e /connectivity/qa
parent739d57852596990fd32e7a1dd2e19ced3da6e738 (diff)
dba34b: renamed scenario file
Diffstat (limited to 'connectivity/qa')
-rw-r--r--connectivity/qa/connectivity_all.sce3
-rw-r--r--connectivity/qa/makefile.mk6
-rw-r--r--connectivity/qa/scenarios.sce3
3 files changed, 6 insertions, 6 deletions
diff --git a/connectivity/qa/connectivity_all.sce b/connectivity/qa/connectivity_all.sce
deleted file mode 100644
index 2459648379f7..000000000000
--- a/connectivity/qa/connectivity_all.sce
+++ /dev/null
@@ -1,3 +0,0 @@
--o complex.dbase.DBaseDriverTest
--o complex.hsqldb.DriverTest
-#-o complex.jdbc.LongVarCharTest
diff --git a/connectivity/qa/makefile.mk b/connectivity/qa/makefile.mk
index d43ea18df5f1..24218a8fa692 100644
--- a/connectivity/qa/makefile.mk
+++ b/connectivity/qa/makefile.mk
@@ -68,8 +68,8 @@ ALL: ALLDEP
show_targets:
+@$(AUGMENT_LIBRARY_PATH) java $(RUNNER_CLASSPATH) complexlib.ShowTargets $(foreach,i,$(JAVAFILES) $(i:s/.\$///:s/.java//))
-run:
- +$(AUGMENT_LIBRARY_PATH) java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce connectivity_all.sce
+run: $(CLASSDIR)$/$(JARTARGET)
+ +$(AUGMENT_LIBRARY_PATH) java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -sce scenarios.sce
-run_%:
+run_%: $(CLASSDIR)$/$(JARTARGET)
+$(AUGMENT_LIBRARY_PATH) java $(RUNNER_CLASSPATH) $(RUNNER_ARGS) -o complex.$(@:s/run_//:s/_/\./)
diff --git a/connectivity/qa/scenarios.sce b/connectivity/qa/scenarios.sce
new file mode 100644
index 000000000000..75ba12a16624
--- /dev/null
+++ b/connectivity/qa/scenarios.sce
@@ -0,0 +1,3 @@
+-o complex.connectivity.DBaseDriverTest
+-o complex.connectivity.HsqlDriverTest
+#-o complex.connectivity.JdbcLongVarCharTest