summaryrefslogtreecommitdiff
path: root/gsl-1.9/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'gsl-1.9/test/Makefile.am')
-rw-r--r--gsl-1.9/test/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/gsl-1.9/test/Makefile.am b/gsl-1.9/test/Makefile.am
new file mode 100644
index 0000000..b6fe04d
--- /dev/null
+++ b/gsl-1.9/test/Makefile.am
@@ -0,0 +1,10 @@
+noinst_LTLIBRARIES = libgsltest.la
+
+pkginclude_HEADERS = gsl_test.h
+
+libgsltest_la_SOURCES = results.c
+
+#check_PROGRAMS = test
+#TESTS = test
+#test_SOURCES = test_errnos.c
+#test_LDADD = libgsltest.la ../sys/libgslsys.la ../utils/libutils.la