diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-01-20 00:45:14 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-01-20 00:45:14 +0000 |
commit | 844b89dbfdd41ced4666d2bb99ce0bf99503524b (patch) | |
tree | 170a400307e11f2a310e290f782b279bbe45e7be /test/Config | |
parent | 66ebed3e54ec469f719a48750df08fd642b2abfe (diff) |
Reworked all test suite makefiles (man did they need it).
Refactored testsuite.h so it behaves the way I want it to. As policy now,
all test apps are _supposed_ to use testsuite.h (not all have been converted
to do this yet). It is simple, clean, and works.
-Erik
Diffstat (limited to 'test/Config')
-rw-r--r-- | test/Config | 12 |
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 + + |