|
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 | |
|---|
| 1 | INCLUDES = -I$(top_srcdir)/lib |
|---|
| 2 | LDFLAGS = -L$(top_builddir)/lib |
|---|
| 3 | |
|---|
| 4 | TESTS = test-basic test-parse test-yts test-emit |
|---|
| 5 | noinst_PROGRAMS = test-basic test-parse test-yts test-emit |
|---|
| 6 | test_basic_SOURCES = Basic.c CuTest.c CuTest.h |
|---|
| 7 | test_basic_LDADD = -lsyck |
|---|
| 8 | test_parse_SOURCES = Parse.c CuTest.c CuTest.h |
|---|
| 9 | test_parse_LDADD = -lsyck |
|---|
| 10 | test_yts_SOURCES = YTS.c CuTest.c CuTest.h |
|---|
| 11 | test_yts_LDADD = -lsyck |
|---|
| 12 | test_emit_SOURCES = Emit.c CuTest.c CuTest.h |
|---|
| 13 | test_emit_LDADD = -lsyck |
|---|