summaryrefslogtreecommitdiff
path: root/test/Config
diff options
context:
space:
mode:
Diffstat (limited to 'test/Config')
-rw-r--r--test/Config12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/Config b/test/Config
new file mode 100644
index 000000000..67052f15c
--- /dev/null
+++ b/test/Config
@@ -0,0 +1,12 @@
+# Configuration for uClibc test apps.
+#
+# Copyright (C) 2001 by Lineo, inc.
+#
+
+# Set the following to `true' to make a debuggable build.
+DODEBUG = true
+
+# If you want to compile using uClibc as a shared library, turn this on.
+DODYNAMIC = false
+
+