summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-30 15:55:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-30 15:55:20 +0200
commit8aed1fcd443b550c15a21ddbf1b1d3899803120a (patch)
treece7c0a22c1d5ed7d437198b4447a3aa2fd578665 /tests
parent12c9d74bb923174117e28186e4a7698e623803a2 (diff)
rework hosttools building, add tools into package stuff
Diffstat (limited to 'tests')
-rw-r--r--tests/adk.exp.in5
-rw-r--r--tests/master.exp.in5
2 files changed, 0 insertions, 10 deletions
diff --git a/tests/adk.exp.in b/tests/adk.exp.in
deleted file mode 100644
index c5a7b8948..000000000
--- a/tests/adk.exp.in
+++ /dev/null
@@ -1,5 +0,0 @@
-load_generic_config "unix";
-set_board_info hostname @ADK_TARGET_IP@
-set_board_info username root
-set_board_info rsh_prog "/usr/bin/ssh -p @ADK_TARGET_PORT@"
-set_board_info rcp_prog "/usr/bin/scp -P @ADK_TARGET_PORT@"
diff --git a/tests/master.exp.in b/tests/master.exp.in
deleted file mode 100644
index 72d8ab9e6..000000000
--- a/tests/master.exp.in
+++ /dev/null
@@ -1,5 +0,0 @@
-lappend boards_dir @TOPDIR@/tests
-lappend boards_dir /usr/share/dejagnu
-set myboard adk
-set target_list adk
-set verbose 1