fix PATH and LD_LIBRARY_PATH settings, pass build type as first arg to test scripts
diff --git a/test/Makefile.am b/test/Makefile.am
index 6988d17..e8242e1 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -44,6 +44,7 @@
 	./test_flac.sh \
 	./test_metaflac.sh \
 	./test_grabbag.sh \
+	./test_seeking.sh \
 	./test_streams.sh \
 	./test_bins.sh
 
@@ -59,6 +60,7 @@
 	test_flac.sh \
 	test_metaflac.sh \
 	test_grabbag.sh \
+	test_seeking.sh \
 	test_streams.sh \
 	test_bins.sh