From 844b89dbfdd41ced4666d2bb99ce0bf99503524b Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sat, 20 Jan 2001 00:45:14 +0000 Subject: 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 --- test/Config | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/Config (limited to 'test/Config') 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 + + -- cgit v1.2.3