Explorar el Código

* Add some simple bench

tags/v0.99.beta17
Pascal Terjan pterjan hace 15 años
padre
commit
6be6419849
Se han modificado 1 ficheros con 5 adiciones y 2 borrados
  1. +5
    -2
      tests/Makefile.am

+ 5
- 2
tests/Makefile.am Ver fichero

@@ -6,13 +6,16 @@ if USE_CPPUNIT
cppunit_tests = caca-test
endif

noinst_PROGRAMS = simple $(cppunit_tests)
noinst_PROGRAMS = simple bench $(cppunit_tests)

TESTS = $(noinst_PROGRAMS)
TESTS = simple $(cppunit_tests)

simple_SOURCES = simple.c
simple_LDADD = ../caca/libcaca.la

bench_SOURCES = bench.c
bench_LDADD = ../caca/libcaca.la

caca_test_SOURCES = caca-test.cpp canvas.cpp dirty.cpp driver.cpp export.cpp
caca_test_CXXFLAGS = $(CPPUNIT_CFLAGS)
caca_test_LDADD = ../caca/libcaca.la $(CPPUNIT_LIBS)


Cargando…
Cancelar
Guardar