From ccddec68116fc6403858ebfa13d4a7b1aa3d5278 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Sun, 18 Oct 2009 20:01:19 +0000 Subject: hi gridflow 0.9.5 svn path=/trunk/; revision=12611 --- externals/gridflow/tests/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 externals/gridflow/tests/Makefile (limited to 'externals/gridflow/tests/Makefile') diff --git a/externals/gridflow/tests/Makefile b/externals/gridflow/tests/Makefile new file mode 100644 index 00000000..6f81ac9f --- /dev/null +++ b/externals/gridflow/tests/Makefile @@ -0,0 +1,7 @@ +all:: malloc-test + +COMMON = Makefile + +malloc-test: malloc-test.c $(COMMON) + g++ -xc++ -O3 malloc-test.c -o malloc-test + -- cgit v1.2.1