bench/ltl2tgba: Adjust to support different config files.
* bench/ltl2tgba/algorithms: Rename as... * bench/ltl2tgba/tools: ... this. * bench/ltl2tgba/README, bench/ltl2tgba/Makefile.am, bench/ltl2tgba/defs.in, bench/ltl2tgba/big, bench/ltl2tgba/small, bench/ltl2tgba/known: Adjust. * bench/ltl2tgba/tools.sim: New file, extracted from ./algorithms.
This commit is contained in:
parent
c2e96387e4
commit
212cb835fc
9 changed files with 114 additions and 64 deletions
|
|
@ -18,11 +18,12 @@
|
|||
## along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
EXTRA_DIST = \
|
||||
algorithms \
|
||||
big \
|
||||
formulae.ltl \
|
||||
known \
|
||||
small \
|
||||
tools \
|
||||
tools.sim \
|
||||
sum.py
|
||||
|
||||
OUTPUTS = known small big
|
||||
|
|
@ -37,7 +38,7 @@ CLEANFILES = $(OUTCSV) $(OUTJSON) $(OUTLOG) \
|
|||
|
||||
run: $(OUTJSON)
|
||||
|
||||
deps = $(srcdir)/algorithms \
|
||||
deps = $(srcdir)/tools \
|
||||
$(top_srcdir)/configure.ac \
|
||||
$(top_builddir)/src/bin/ltl2tgba
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue