Author: Ralf Treinen <treinen@debian.org>
Description: add a test target for byte compilation

Index: bibtex2html/Makefile.in
===================================================================
--- bibtex2html.orig/Makefile.in	2011-04-18 18:50:40.000000000 +0200
+++ bibtex2html/Makefile.in	2011-04-18 18:50:45.000000000 +0200
@@ -76,6 +76,11 @@
 	./bibtex2html$(EXE) test.bib
 	@echo "test passed successfully"
 
+test-byte: bibtex2html.byte bib2bib.byte
+	./bib2bib.byte test.bib
+	./bibtex2html.byte test.bib
+	@echo "test passed successfully"
+
 install-indep:
 	mkdir -p $(BINDIR)
 	cp aux2bib $(BINDIR)/aux2bib
