Ignore:
Timestamp:
Jul 24, 2009, 12:55:11 AM (14 years ago)
Author:
Pascal Terjan
Message:
  • Add some simple bench
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/tests/Makefile.am

    r3514 r3565  
    77endif
    88
    9 noinst_PROGRAMS = simple $(cppunit_tests)
     9noinst_PROGRAMS = simple bench $(cppunit_tests)
    1010
    11 TESTS = $(noinst_PROGRAMS)
     11TESTS = simple $(cppunit_tests)
    1212
    1313simple_SOURCES = simple.c
    1414simple_LDADD = ../caca/libcaca.la
     15
     16bench_SOURCES = bench.c
     17bench_LDADD = ../caca/libcaca.la
    1518
    1619caca_test_SOURCES = caca-test.cpp canvas.cpp dirty.cpp driver.cpp export.cpp
Note: See TracChangeset for help on using the changeset viewer.