diff options
author | Rob Savoye | 2010-11-27 11:31:17 -0700 |
---|---|---|
committer | Rob Savoye | 2010-11-27 11:31:17 -0700 |
commit | 8976b0eee9c73230e6e45eedbaff703c2574dc77 (patch) | |
tree | 3898538d4be3f92ab6146e697d9e0341ba15324f /gr-run-waveform | |
parent | ee2bb0e21d898753fa0c5265168bf075a8bebd56 (diff) | |
download | gnuradio-8976b0eee9c73230e6e45eedbaff703c2574dc77.tar.gz gnuradio-8976b0eee9c73230e6e45eedbaff703c2574dc77.tar.bz2 gnuradio-8976b0eee9c73230e6e45eedbaff703c2574dc77.zip |
load the data file from the local directory, as it's now correctly generated at build time
Diffstat (limited to 'gr-run-waveform')
-rw-r--r-- | gr-run-waveform/test_xyzzy.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-run-waveform/test_xyzzy.cc b/gr-run-waveform/test_xyzzy.cc index e75cf92e5..f68c203ac 100644 --- a/gr-run-waveform/test_xyzzy.cc +++ b/gr-run-waveform/test_xyzzy.cc @@ -135,7 +135,7 @@ main(int argc, char *argv[]) } // Initialize with the data file produced by gen-xyzzy. - string fullspec = "/usr/local/share/gnuradio/gr-run-waveform/filesystem.dat"; + string fullspec = "./filesystem.dat"; if (xyzzy_init(fullspec)) { cout << "PASSED: xyzzy_init()" << endl; } else { |