Changeset 2103


Ignore:
Timestamp:
Dec 1, 2007, 12:48:51 AM (16 years ago)
Author:
Sam Hocevar
Message:
  • Created a tests/ directory for regression tests. Run with "make check".
  • Added a first, simple test program.
Location:
libcaca/trunk
Files:
4 added
2 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/Makefile.am

    r2101 r2103  
    11# $Id$
    22
    3 SUBDIRS = kernel cucul caca src examples tools csharp cxx python ruby doc
     3SUBDIRS = kernel cucul caca src examples tests tools csharp cxx python ruby doc
    44DIST_SUBDIRS = $(SUBDIRS) msvc
    55
  • libcaca/trunk/configure.ac

    r2101 r2103  
    446446  src/Makefile
    447447  examples/Makefile
     448  tests/Makefile
    448449  tools/Makefile
    449450  csharp/Makefile
Note: See TracChangeset for help on using the changeset viewer.