You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
402 B
16 lines
402 B
cudd_libcudd_la_SOURCES += st/st.h st/st.c
|
|
|
|
check_PROGRAMS += st/testst
|
|
st_testst_SOURCES = st/testst.c
|
|
st_testst_CPPFLAGS = $(cudd_libcudd_la_CPPFLAGS)
|
|
st_testst_LDADD = cudd/libcudd.la
|
|
|
|
check_SCRIPTS += st/test_st.test
|
|
EXTRA_DIST += st/test_st.test.in
|
|
if !CROSS_COMPILING
|
|
TESTS += st/test_st.test
|
|
endif !CROSS_COMPILING
|
|
|
|
st/test_st.test: st/test_st.test.in Makefile
|
|
$(do_subst) $< > $@
|
|
chmod +x $@
|