summaryrefslogtreecommitdiffstats
path: root/conf/testrun.conf.sample
diff options
context:
space:
mode:
Diffstat (limited to 'conf/testrun.conf.sample')
-rw-r--r--conf/testrun.conf.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/testrun.conf.sample b/conf/testrun.conf.sample
new file mode 100644
index 0000000000..9f95fa3226
--- /dev/null
+++ b/conf/testrun.conf.sample
@@ -0,0 +1,9 @@
+# Point to the OpenEmbedded packages
+BBFILES := "${HOME}/org.openembedded.dev/packages/*/*.bb"
+
+# Configurations to run tests for
+# Each configurations consists out of a three tuple
+# (TARGET_ARCH,TARGET_OS,DISTRO,[MACHINE1.MACHINE2])
+TEST_CONFIGS = "(arm,linux,angstrom-2007.1,[h3600.h3900]) (arm,linux,openzaurus-unstable,[collie.c7x0])"
+
+