summaryrefslogtreecommitdiff
path: root/src/script/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/script/configure.json')
-rw-r--r--src/script/configure.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/script/configure.json b/src/script/configure.json
new file mode 100644
index 0000000..d8b45c9
--- /dev/null
+++ b/src/script/configure.json
@@ -0,0 +1,23 @@
+{
+ "module": "script",
+ "testDir": "../../config.tests",
+
+ "tests": {
+ "asm_hwcap_h": {
+ "label": "asm/hwcap.h",
+ "condition": "config.android",
+ "type": "compile",
+ "test": {
+ "include": "asm/hwcap.h"
+ }
+ }
+ },
+
+ "features": {
+ "asm_hwcap_h": {
+ "label": "asm/hwcap.h",
+ "condition": "config.android && tests.asm_hwcap_h",
+ "output": [ "privateFeature" ]
+ }
+ }
+}