test/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 18 Dec 2007 11:06:37 +0000
changeset 2 1a1c050e941b
child 4 3f411aa35bd7
permissions -rw-r--r--
More fixes that make autotools working for the empty repo

- Add a dummy lemon/list_graph.h file and put it in the Makefile.am
- Remove the unnecesary icons from doc/icons/geom folder.
- Update .hgignore
     1 EXTRA_DIST += \
     2 	test/Makefile
     3 
     4 noinst_HEADERS +=
     5 
     6 check_PROGRAMS +=
     7 
     8 TESTS += $(check_PROGRAMS)
     9 XFAIL_TESTS += test/test_tools_fail$(EXEEXT)