Skip to content
Snippets Groups Projects
Commit 5e98f92b authored by Alberto Massari's avatar Alberto Massari
Browse files

Copy test binaries to the 'bin' directory

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@404993 13f79535-47bb-0310-9956-ffa450edef68
parent 75e496f8
No related branches found
No related tags found
No related merge requests found
...@@ -1059,6 +1059,7 @@ sub populateSamples() { ...@@ -1059,6 +1059,7 @@ sub populateSamples() {
print ("\n\nCopying sample files ...\n"); print ("\n\nCopying sample files ...\n");
psystem("cp $XERCESCROOT/samples/.libs/* $targetdir/bin"); psystem("cp $XERCESCROOT/samples/.libs/* $targetdir/bin");
psystem("cp $XERCESCROOT/tests/.libs/* $targetdir/bin");
foreach $iii ('SAXCount', 'SAX2Count', 'SAXPrint', 'SAX2Print', 'DOMCount', foreach $iii ('SAXCount', 'SAX2Count', 'SAXPrint', 'SAX2Print', 'DOMCount',
'DOMPrint', 'Redirect', 'MemParse', 'PParse', 'StdInParse', 'DOMPrint', 'Redirect', 'MemParse', 'PParse', 'StdInParse',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment