From 59970eaaef72fc5812cc013b2993633efe2749e0 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 12 Sep 2014 15:28:48 -0700 Subject: Add support for testing Concrete tests via lit. Fixes #96. --- test/Concrete/_testingUtils.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/Concrete/_testingUtils.c') diff --git a/test/Concrete/_testingUtils.c b/test/Concrete/_testingUtils.c index 3afbc2fa..52e4f13e 100644 --- a/test/Concrete/_testingUtils.c +++ b/test/Concrete/_testingUtils.c @@ -1,3 +1,7 @@ +// This isn't a real test, just common code for the other ones. +// +// RUN: true + int printf(const char *fmt, ...); void print_int(unsigned long long val); -- cgit 1.4.1