Sha256: 3fd699c8051ce12bf25247bc9b8ea92425eefed1a7f4ffceec0807543343396e

Contents?: true

Size: 453 Bytes

Versions: 7

Compression:

Stored size: 453 Bytes

Contents

INCLUDES = -I$(top_srcdir)/lib
LDFLAGS = -L$(top_srcdir)/lib

TESTS = test-basic test-parse test-yts test-emit
noinst_PROGRAMS = test-basic test-parse test-yts test-emit
test_basic_SOURCES = Basic.c CuTest.c CuTest.h
test_basic_LDADD = -lsyck
test_parse_SOURCES = Parse.c CuTest.c CuTest.h
test_parse_LDADD = -lsyck
test_yts_SOURCES = YTS.c CuTest.c CuTest.h
test_yts_LDADD = -lsyck
test_emit_SOURCES = Emit.c CuTest.c CuTest.h
test_emit_LDADD = -lsyck

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mkrf-0.1.1 test/sample_files/syck-0.55/tests/Makefile.am
mkrf-0.1.2 test/sample_files/syck-0.55/tests/Makefile.am
mkrf-0.1.0 test/sample_files/syck-0.55/tests/Makefile.am
mkrf-0.2.2 test/sample_files/syck-0.55/tests/Makefile.am
mkrf-0.2.0 test/sample_files/syck-0.55/tests/Makefile.am
mkrf-0.2.1 test/sample_files/syck-0.55/tests/Makefile.am
mkrf-0.2.3 test/sample_files/syck-0.55/tests/Makefile.am