r12470: Add helper module for pidl tests
[ira/wip.git] / source4 / pidl / lib / Parse / Pidl / NDR.pm
index 4b7a753fa5c2d54f92c541b0b6e943c1814c3939..e7b790d1e5599d5ab8d35acd3d8409fe39993042 100644 (file)
@@ -634,6 +634,8 @@ sub Parse($)
        my $idl = shift;
 
        return undef unless (defined($idl));
+
+       Parse::Pidl::NDR::Validate($idl);
        
        my @ndr = ();