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
|
Rev | Line | |
---|
[2621] | 1 | |
---|
| 2 | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/pipi |
---|
| 3 | |
---|
| 4 | noinst_PROGRAMS = u8tof32tou8 |
---|
| 5 | |
---|
| 6 | TESTS = $(noinst_PROGRAMS) |
---|
| 7 | |
---|
| 8 | u8tof32tou8_LDADD = ../pipi/libpipi.la |
---|
| 9 | |
---|
| 10 | EXTRA_DIST = mona.png |
---|
| 11 | |
---|
Note: See
TracBrowser
for help on using the repository browser.