summaryrefslogtreecommitdiff
path: root/tests/auto/language/testdata/modules/dummy2
diff options
context:
space:
mode:
authorJake Petroules <jake.petroules@qt.io>2016-11-30 22:01:19 -0800
committerJake Petroules <jake.petroules@qt.io>2016-12-22 21:49:12 +0000
commit193d84079acaaaa8d9e72ab40c3c3c0d42275aec (patch)
tree6f5775536e0bf113ecaff2a767bff5933093a63d /tests/auto/language/testdata/modules/dummy2
parent5a8d76c2f6006ff70bcc78853dbe95b6465851a8 (diff)
downloadqbs-193d84079acaaaa8d9e72ab40c3c3c0d42275aec.tar.gz
Move language testdata to a more sensible location
All over testdata directories are located within the tests/ hierarchy, so be consistent. Also, this simplies the exlusions list when collecting files to build for bootstrapping. Change-Id: Iab6aca8053454f8254779a3337356cf3a1cdbbec Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'tests/auto/language/testdata/modules/dummy2')
-rw-r--r--tests/auto/language/testdata/modules/dummy2/dummy2.qbs7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/language/testdata/modules/dummy2/dummy2.qbs b/tests/auto/language/testdata/modules/dummy2/dummy2.qbs
new file mode 100644
index 000000000..f60c38a71
--- /dev/null
+++ b/tests/auto/language/testdata/modules/dummy2/dummy2.qbs
@@ -0,0 +1,7 @@
+import qbs 1.0
+
+Module {
+ property var defines
+ property var someTrueProp: true
+ property var someFalseProp: false
+}