This commit is contained in:
c9s 2014-05-17 06:52:26 +08:00
parent dc91651782
commit e822cd8d2f
2 changed files with 5 additions and 3 deletions

3
.gitignore vendored
View file

@ -12,9 +12,6 @@ install_manifest.txt
tags
# autotools
Makefile
# Makefile.in
*.a
*.am
*.lo

5
tests/Makefile.am Normal file
View file

@ -0,0 +1,5 @@
bin_PROGRAMS=test_tree
test_tree_SOURCES=test_tree.c
test_tree_LDADD=$(DEPS_LIBS) -L$(top_builddir)/src -lcheck -lr3
# AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir)/include
AM_CFLAGS=$(DEPS_CFLAGS) -I$(top_builddir) -I$(top_builddir)/include