noinst_PROGRAMS = libconfig_tests libconfig_tests_SOURCES = tests.c libconfig_tests_CPPFLAGS = -I../tinytest -I../lib libconfig_tests_LDADD = -L../tinytest -ltinytest \ -L../lib/.libs -lconfig EXTRA_DIST = \ tests.vcproj \ testdata/*.cfg \ testdata/*.txt 55-1' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/test/dia
blob: 5cb260004b88037e2915e90704f494123a8d6fdc (plain)
1
2
3
4
5
6
7
#!/bin/sh

for f in $@
do /usr/X11R6/bin/convert  -geomtry 702x576 $f test.mpg
test_video test.mpg
rm test.mpg
done