Class TC_ConfigInterpolation
In: test/test_config_interpolation.rb
Parent: Test::Unit::TestCase

Methods

Constants

WELL_FORMED = <<EOF defines: global_prefix: /home/doudou srcdir: ${global_prefix}/src prefix: ${global_prefix}/build nice: 10 autobuild: srcdir: $srcdir prefix: $prefix nice: $nice envvar: $ENVVAR EOF

Public Instance methods

Check that interpolation matches both forms ${var} and $var

[Validate]