diff options
-rw-r--r-- | vms/test/make.com | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vms/test/make.com b/vms/test/make.com index 5e46479..22479c6 100644 --- a/vms/test/make.com +++ b/vms/test/make.com @@ -152,6 +152,12 @@ $ link earray, - libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib $! $ type sys$input + Creating efc test +$ ccc efc +$ link efc, - + libh5test.olb/lib,[-.src]hdf5.olb/lib,zlib_dir:libz.olb/lib +$! +$ type sys$input Creating enum test $ ccc enum $ link enum, - |