source: libpipi/trunk/test/Makefile.am @ 2621

Last change on this file since 2621 was 2621, checked in by Sam Hocevar, 15 years ago
  • Start shipping unit tests. The first one checks that converting an 8-bit per channel picture to float32 then back again does not change the image.
File size: 175 bytes
Line 
1
2AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi
3
4noinst_PROGRAMS = u8tof32tou8
5
6TESTS = $(noinst_PROGRAMS)
7
8u8tof32tou8_LDADD = ../pipi/libpipi.la
9
10EXTRA_DIST = mona.png
11
Note: See TracBrowser for help on using the repository browser.