Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
make_test.plt 264 B
# Do not run this inside the source directory!
# Instead, run make_test.t inside O.$(EPICS_HOST_ARCH)

use strict;
use lib "..";
use make_test_lib;

make_test_lib::do_tests(
  success => [qw(
    tooLong
  )],
  failure => [qw(
    varinit
    varinitOptr
  )]
);