GitXplorerGitXplorer
a

srclib-basic

public
3 stars
5 forks
3 issues

Commits

List of commits on branch master.
Unverified
578da3ac3e830224515810bf9272744e8a33f39e

regenerated test data

aalexsaveliev committed 9 years ago
Unverified
a10a9415c79c44a6ffacb011ad17976d3b43e5c8

Switching to new source unit format

aalexsaveliev committed 9 years ago
Unverified
d98fed37b053750d6344e6626a48ba2455539294

removed testdata/docker, moved testdata/program/* to testdata

aalexsaveliev committed 9 years ago
Unverified
b0b630c8e0733d7f3bdd9d783b27bf154f84319c

using up-to-date `srclib` in Travis build

aalexsaveliev committed 9 years ago
Unverified
07ed4f986b79386b830e03eb02dc3b959cae23f4

Merge branch 'cpp-support'

aalexsaveliev committed 9 years ago
Unverified
c6a05865272b25503f723e608d8d7017a0f2a3fb

Removed Docker remnants

aalexsaveliev committed 9 years ago

README

The README file for this repository.

srclib-basic Build Status

Requirements

srclib-basic requires:

  • Oracle JDK 8 or OpenJDK 8
  • Gradle 2.8

Language support

srclib-basic supports the following languages

  • PHP
  • Objective-C

Building

srclib-basic can be build and registered with the following two commands:

make
src toolchain add sourcegraph.com/sourcegraph/srclib-basic

Testing

Run git submodule update --init the first time to fetch the submodule test cases in testdata/case.

make test - Test in program mode

make test-gen - Generate new test data in program mode