aboutsummaryrefslogtreecommitdiffstats
path: root/vms/build_libxml.com
diff options
context:
space:
mode:
Diffstat (limited to 'vms/build_libxml.com')
-rwxr-xr-xvms/build_libxml.com6
1 files changed, 3 insertions, 3 deletions
diff --git a/vms/build_libxml.com b/vms/build_libxml.com
index 3a6fcc01..1f7936e5 100755
--- a/vms/build_libxml.com
+++ b/vms/build_libxml.com
@@ -62,9 +62,9 @@ $!
$ bin_progs = "xmllint xmlcatalog"
$!
$!- list of test modules to compile and link. Compare this list to the
-$! definition of noinst_PROGRAMS in MAKEFILE.
+$! definition of check_PROGRAMS in MAKEFILE.
$!
-$ noinst_PROGRAMS = "testSchemas testRelax testSAX testHTML testXPath testURI " -
+$ check_PROGRAMS = "testSchemas testRelax testSAX testHTML testXPath testURI " -
+ "testThreads testC14N testAutomata testRegexp testReader"
$!
$!- set up build logicals -----------------------------------------------------\
@@ -196,7 +196,7 @@ $ write sys$output "Building main programs and test programs"
$ write sys$output ""
$!
$ p_no = 0
-$ all_progs = bin_progs + " " + noinst_PROGRAMS
+$ all_progs = bin_progs + " " + check_PROGRAMS
$ all_progs = f$edit(all_progs,"COMPRESS")
$!
$ prog_loop: