source: FCS-QL/trunk/run-test-file.bash

Last change on this file was 6801, checked in by Leif-Jöran, 9 years ago

Initial mavenized version of FCS-QL grammar compilation and packaging as component jar. Simple testing is working. The additional sources for integration will be added when maven is working nicely with them.

  • Property svn:eol-style set to LF
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 223 bytes
Line 
1#! /bin/bash
2# Only build test sources and run queries in test files 20150527/ljo
3
4mvn compiler:testCompile
5
6mvn exec:java -Dexec.mainClass="eu.clarin.sru.fcs.qlparser.FCSTest" -Dexec.args="$1" -Dexec.classpathScope="test"
Note: See TracBrowser for help on using the repository browser.