From e0795bf0e541f9997f1cba27113d0e97a2b55370 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sat, 21 Dec 2013 17:22:35 +0100 Subject: [PATCH] example: Define UNIT_TESTING in run_tests.c. This makes sure we ue the unit test allocators. --- example/run_tests.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/example/run_tests.c b/example/run_tests.c index 817629b..63fc27b 100644 --- a/example/run_tests.c +++ b/example/run_tests.c @@ -13,6 +13,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + +/* Use the unit test allocators */ +#define UNIT_TESTING 1 + #include #include #include -- 2.7.4