0.1.7 version released
[syx.git] / tests / Makefile.am
blob442983eb85ffbd9ad2ae15a7b8f8bdb7464f1137
1 AM_CFLAGS = -ansi -pedantic
3 INCLUDES = -I$(top_srcdir)/syx
5 DEPS = $(top_builddir)/syx/libsyx.la
7 LDADDS = $(top_builddir)/syx/libsyx.la
9 TESTS = testlexer testimage testcoldparser testinstances testparser     \
10         testinterp testforeignstruct testscheduler
12 noinst_PROGRAMS = testlexer testimage testcoldparser testinstances testparser   \
13                   testinterp testforeignstruct testscheduler
15 testlexer_DEPENDENCIES = $(TEST_DEPS)
16 testimage_DEPENDENCIES = $(TEST_DEPS)
17 testcoldparser_DEPENDENCIES = $(TEST_DEPS)
18 testinstances_DEPENDENCIES = $(TEST_DEPS)
19 testparser_DEPENDENCIES = $(TEST_DEPS)
20 testinterp_DEPENDENCIES = $(TEST_DEPS)
21 testforeignstruct_DEPENDENCIES = $(TEST_DEPS)
22 testscheduler_DEPENDENCIES = $(TEST_DEPS)
24 testlexer_LDADD = $(LDADDS)
25 testimage_LDADD = $(LDADDS)
26 testcoldparser_LDADD = $(LDADDS)
27 testinstances_LDADD = $(LDADDS)
28 testparser_LDADD = $(LDADDS)
29 testinterp_LDADD = $(LDADDS)
30 testforeignstruct_LDADD = $(LDADDS)
31 testscheduler_LDADD = $(LDADDS)
33 testlexer_SOURCES = testlexer.c
34 testimage_SOURCES = testimage.c
35 testcoldparser_SOURCES = testcoldparser.c
36 testinstances_SOURCES = testinstances.c
37 testparser_SOURCES = testparser.c
38 testinterp_SOURCES = testinterp.c
39 testforeignstruct_SOURCES = testforeignstruct.c
40 testscheduler_SOURCES = testscheduler.c
42 EXTRA_DIST = SConscript stsupport/*.st
43 CONFIG_CLEAN_FILES = test.sim