The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

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 $@