Add some tests for the DVE2 interface.

* iface/dve2/defs.in, iface/dve2/dve2check.test,
iface/dve2/beem-peterson.4.dve: New files.
* iface/dve2/Makefile.am: Add them.
* configure.ac: Generate iface/dve2/defs.
This commit is contained in:
Alexandre Duret-Lutz 2011-03-07 11:08:12 +01:00
parent 0584d278d1
commit 5318c1f966
7 changed files with 235 additions and 0 deletions

View file

@ -35,3 +35,11 @@ noinst_PROGRAMS = dve2check
dve2check_SOURCES = dve2check.cc
dve2check_LDADD = libspotdve2.la
check_SCRIPTS = defs
TESTS = dve2check.test
EXTRA_DIST = $(TESTS) beem-peterson.4.dve
distclean-local:
rm -rf $(TESTS:.test=.dir)