root / trunk / tests / Makefile.am

Revision 215, 455 bytes (checked in by why, 3 years ago)

- tests/Makefile.am: output dir fix from michael cuddy.
- ext/ruby/ext/syck/rubyext.c: colon fix.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1INCLUDES = -I$(top_srcdir)/lib
2LDFLAGS = -L$(top_builddir)/lib
3
4TESTS = test-basic test-parse test-yts test-emit
5noinst_PROGRAMS = test-basic test-parse test-yts test-emit
6test_basic_SOURCES = Basic.c CuTest.c CuTest.h
7test_basic_LDADD = -lsyck
8test_parse_SOURCES = Parse.c CuTest.c CuTest.h
9test_parse_LDADD = -lsyck
10test_yts_SOURCES = YTS.c CuTest.c CuTest.h
11test_yts_LDADD = -lsyck
12test_emit_SOURCES = Emit.c CuTest.c CuTest.h
13test_emit_LDADD = -lsyck
Note: See TracBrowser for help on using the browser.