Index: /trunk/psLib/test/types/Makefile.am
===================================================================
--- /trunk/psLib/test/types/Makefile.am	(revision 4560)
+++ /trunk/psLib/test/types/Makefile.am	(revision 4561)
@@ -46,5 +46,19 @@
 tst_psPixels_SOURCES = tst_psPixels.c
 
-check_DATA =
+check_DATA = \
+	test.config \
+	test1.config \
+	test2.config \
+	test3.config \
+	test4.config \
+	test5.config \
+	header_1.fits \
+	header_2.fits \
+	table10.dat \
+	table2.dat \
+	table3.dat \
+	tableF32.dat \
+	tableS32.dat \
+	tableU8.dat
 
 check_PROGRAMS = $(TESTS)
@@ -52,9 +66,46 @@
 TESTS_ENVIRONMENT = perl $(top_srcdir)/test/runTest -verified=$(srcdir)/verified
 
-EXTRA_DIST = verified
+EXTRA_DIST = \
+	verified \
+	data/header_1.fits \
+	data/header_2.fits \
+	data/test.config \
+	data/test1.config \
+	data/test2.config \
+	data/test3.config \
+	data/test4.config \
+	data/test5.config
 
-CLEANFILES = $(TESTS) $(check_DATA)
+
+CLEANFILES = $(TESTS) $(check_DATA) multi.fits table.fits temp/*
 
 tests: $(check_DATA) $(TESTS)
 
+%.dat: verified/%.dat
+	cp $? $@
+
+test.config: data/test.config
+	cp $? $@
+
+test1.config: data/test1.config
+	cp $? $@
+
+test2.config: data/test2.config
+	cp $? $@
+
+test3.config: data/test3.config
+	cp $? $@
+
+test4.config: data/test4.config
+	cp $? $@
+
+test5.config: data/test5.config
+	cp $? $@
+
+header_1.fits: data/header_1.fits
+	cp $? $@
+
+header_2.fits: data/header_2.fits
+	cp $? $@
+
 test: check
