[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[csmith-project/creduce] 8bbe27: Make it possible to run the tests from a separate ...



  Branch: refs/heads/master
  Home:   https://github.com/csmith-project/creduce
  Commit: 8bbe27e000522057bef64e5f5bfdcd73f76e2aa4
      https://github.com/csmith-project/creduce/commit/8bbe27e000522057bef64e5f5bfdcd73f76e2aa4
  Author: Eric Eide <eeide@cs.utah.edu>
  Date:   2019-04-23 (Tue, 23 Apr 2019)

  Changed paths:
    M clang_delta/Makefile.am
    M clang_delta/Makefile.in

  Log Message:
  -----------
  Make it possible to run the tests from a separate build tree.

Make it possible to run the `clang_delta` tests from within a build tree
that is separate from the source tree.  Mostly, this means using `$<`
when referring prerequisites.

Note that for `make check-clang-delta` to work, you *still* need to copy
`llvm-lit` and `FileCheck` from your LLVM build tree into your LLVM
install tree.  This commit dosn't change that.