* iface/gspn/simple.test, iface/gspn/dcswave.test, iface/gspn/dcswaveltl.test: Make sure the example directory is writable. * m4/lbtt.m4, m4/buddy.m4: Always configure buddy/ and lbtt/, regardless of the --with-included-buddy and --with-included-lbtt settings.
14 lines
296 B
Bash
Executable file
14 lines
296 B
Bash
Executable file
#! /bin/sh
|
|
|
|
. ./defs || exit 1
|
|
|
|
set -e
|
|
|
|
cp -R $srcdir/examples/DCSwave .
|
|
chmod +w DCSwave
|
|
|
|
# Run this if you want, it builds approximately 3,600,000 states.
|
|
# ../dottygspn-rg DCSwave/DCSWave ATTiIDLj SCi SCj >output
|
|
|
|
# Only 5,579 states.
|
|
../dottygspn-srg DCSwave/DCSWave ATTiIDLj SCi SCj >output
|