program/prb1.rb in origen_testers-0.42.0 vs program/prb1.rb in origen_testers-0.43.0
- old
+ new
@@ -8,9 +8,11 @@
self.resources_filename = 'prb1'
end
import 'components/prb1_main'
+ import 'test' # import top-level test.rb directly, note that Flow.create options of sub-flow will be ignored!
+
# Test that a reference to a deeply nested test works (mainly for SMT8)
test :on_deep_1, if_failed: :deep_test
pass 1, description: "Good die!", softbin: 1
end