* iface/gspn/Makefile.am (EXTRA_DIST): Add $(TESTS). (TESTS, check_SCRIPTS, distclean-local): New. * iface/gspn/dcswave.test, iface/gspn/simple.test, iface/gspn/defs.in: New files. * iface/gspn/dottygspn.cc (main): Take the list of properties of interest in argument.
10 lines
191 B
Bash
Executable file
10 lines
191 B
Bash
Executable file
#! /bin/sh
|
|
|
|
. ./defs || exit 1
|
|
|
|
set -e
|
|
|
|
cp -R $srcdir/examples/DCSwave .
|
|
|
|
# ../dottygspn-rg DCSwave/DCSWave ATTiIDLj SCi SCj >output
|
|
../dottygspn-srg DCSwave/DCSWave ATTiIDLj SCi SCj >output
|