Skip to content

Commit

Permalink
Merge pull request #134 from RadeonOpenCompute/conformance-single-quotes
Browse files Browse the repository at this point in the history
Conformance single quotes
  • Loading branch information
whchung authored Sep 27, 2016
2 parents 95bf5b5 + 7e94b37 commit 5d94e3d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions amp-conformance/run_tests.pl.in
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ if (!$tests_root) {
$tests_root = abs_path($tests_root);
chdir($tests_root);

my $CLANG_AMP_HOME="@PROJECT_SOURCE_DIR@";
my $CLANG_AMP_BUILD_DIR="@PROJECT_BINARY_DIR@";
my $CLANG_AMP_HOME='@PROJECT_SOURCE_DIR@';
my $CLANG_AMP_BUILD_DIR='@PROJECT_BINARY_DIR@';

my $AMPTESTLIB="@AMPTESTLIB@";
my $AMPTESTINC="@AMPTESTINC@";
my $RUNTESTSDIR="@RUNTESTSDIR@";
my $AMPTESTLIB='@AMPTESTLIB@';
my $AMPTESTINC='@AMPTESTINC@';
my $RUNTESTSDIR='@RUNTESTSDIR@';


my $CLANG_AMP="$CLANG_AMP_BUILD_DIR/compiler/bin/clang++";
Expand Down

0 comments on commit 5d94e3d

Please sign in to comment.