summaryrefslogtreecommitdiff
path: root/tests/run-system-tests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run-system-tests.pl')
-rwxr-xr-xtests/run-system-tests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-system-tests.pl b/tests/run-system-tests.pl
index 324763ae..1e64a004 100755
--- a/tests/run-system-tests.pl
+++ b/tests/run-system-tests.pl
@@ -8,7 +8,7 @@ my $TEMP_DIR = tempdir( CLEANUP => 1 );
#my $cwd = cwd();
#die "Sanity failed: $cwd" unless -d $cwd;
-my $DECODER = "$script_dir/../decoder/cdec";
+my $DECODER = "$script_dir/../build/decoder/cdec";
my $FILTER = "$script_dir/tools/filter-stderr.pl";
my $COMPARE_STATS = "$script_dir/tools/compare-statistics.pl";
my $XDIFF = "$script_dir/tools/flex-diff.pl";