Changeset 307


Ignore:
Timestamp:
Jan 3, 2004, 3:28:39 PM (19 years ago)
Author:
Sam Hocevar
Message:
  • test/hsv.c: + Trivial saturation/value rendering test.
Location:
libcaca/trunk/test
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/test

    • Property svn:ignore
      •  

        old new  
        77optipal.exe
        88optipal
         9hsv.exe
         10hsv
  • libcaca/trunk/test/Makefile.am

    r293 r307  
    33###############################################################################
    44
    5 noinst_PROGRAMS = dithering optipal
     5noinst_PROGRAMS = dithering hsv optipal
    66
    77dithering_SOURCES = dithering.c
     
    99dithering_CPPFLAGS = -I$(top_srcdir)/src
    1010
     11hsv_SOURCES = hsv.c
     12hsv_LDADD = ../src/libcaca.a @CACA_LIBS@
     13hsv_CPPFLAGS = -I$(top_srcdir)/src
     14
    1115optipal_SOURCES = optipal.c
    1216optipal_LDADD = ../src/libcaca.a @CACA_LIBS@
Note: See TracChangeset for help on using the changeset viewer.