2008-09-29 21:51:45 +02:00
|
|
|
// Test that environment substitutions work
|
2020-09-16 02:12:08 +02:00
|
|
|
# This is also a comment (in several simulators)
|
2024-03-01 01:08:28 +01:00
|
|
|
-f $TEST_REGRESS/t/t_flag_f__2.vc
|
2011-03-21 17:25:31 +01:00
|
|
|
// Env var with .v file, and parens
|
2019-11-21 03:23:03 +01:00
|
|
|
// Double slash below is intentional, as allowed in other tools
|
2024-03-01 01:08:28 +01:00
|
|
|
${TEST_REGRESS}/t//t_flag_f__3.v
|
2010-11-03 12:02:32 +01:00
|
|
|
// Test -f
|
2024-03-01 01:08:28 +01:00
|
|
|
-F $TEST_REGRESS/t/tsub/t_flag_f_tsub.vc
|