Browse Source

improved the testing architecture

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 15 years ago
parent
commit
780a86580f
  1. 1
      test/.bzrignore
  2. 10
      test/testsuite.sh

1
test/.bzrignore

@ -0,0 +1 @@
*.dat

10
test/testsuite.sh

@ -0,0 +1,10 @@
#!/bin/sh
# Runs the bibtexbrowser test suite
# Note that the files must be executed in different processes (i.e. without PHP include)
for i in *php
do
php $i
done
Loading…
Cancel
Save