aboutsummaryrefslogtreecommitdiff
path: root/externals/gridflow/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'externals/gridflow/tests/Makefile')
-rw-r--r--externals/gridflow/tests/Makefile7
1 files changed, 7 insertions, 0 deletions
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
+