summaryrefslogtreecommitdiff
path: root/gsl-1.9/vector/test_static.c
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/vector/test_static.c')
-rw-r--r--gsl-1.9/vector/test_static.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gsl-1.9/vector/test_static.c b/gsl-1.9/vector/test_static.c
new file mode 100644
index 0000000..bd11f00
--- /dev/null
+++ b/gsl-1.9/vector/test_static.c
@@ -0,0 +1,6 @@
+#undef HAVE_INLINE
+#ifndef NO_INLINE
+#define NO_INLINE
+#endif
+#define DESC " (static)"
+#include "test.c"