blob: a4f30cc01bc818f9dd2ffcf659b5cc13ec7f1a28 (
plain)
1
2
3
4
5
6
7
8
9
|
# `tests` is after `src`, so the target SciTECO is already
# built.
# Using the $BOOTSTRAP_SCITECO wouldn't make sense
# anyway as we don't want to test some preinstalled SciTECO.
SCITECO=@abs_top_builddir@/src/sciteco
# Make sure that the standard library from the source package
# is used.
SCITECOPATH=@abs_top_srcdir@/lib
|