diff options
author | Eric Blossom | 2010-12-03 22:08:46 -0800 |
---|---|---|
committer | Eric Blossom | 2010-12-03 22:08:46 -0800 |
commit | f8701535f8674bac374c4c4f6f99b831e2d7c2f2 (patch) | |
tree | 4ba15f5bb8a50594c514253047bbd3e8f7478802 | |
parent | e89f4ac103fb6fa2013853389c449b102fcf2be8 (diff) | |
download | gnuradio-f8701535f8674bac374c4c4f6f99b831e2d7c2f2.tar.gz gnuradio-f8701535f8674bac374c4c4f6f99b831e2d7c2f2.tar.bz2 gnuradio-f8701535f8674bac374c4c4f6f99b831e2d7c2f2.zip |
Rename test_waveform.c test_embed.c
-rw-r--r-- | gr-run-waveform/Makefile.am | 10 | ||||
-rw-r--r-- | gr-run-waveform/test_embed.c (renamed from gr-run-waveform/test_waveform.c) | 0 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gr-run-waveform/Makefile.am b/gr-run-waveform/Makefile.am index 6371772c3..6a8bcfe9a 100644 --- a/gr-run-waveform/Makefile.am +++ b/gr-run-waveform/Makefile.am @@ -42,7 +42,7 @@ BUILT_SOURCES = libpath.h filesystem.dat dist_filesystem_DATA = filesystem.dat # A unit test case for the XYZZY class -check_PROGRAMS = test_xyzzy test_waveform +check_PROGRAMS = test_xyzzy test_embed test_xyzzy_SOURCES = test_xyzzy.cc xyzzy.cc xyzzy-load.c test_xyzzy_CPPFLAGS = $(GUILE_CFLAGS) \ -DSRCDIR=\"$(srcdir)\" \ @@ -50,15 +50,15 @@ test_xyzzy_CPPFLAGS = $(GUILE_CFLAGS) \ test_xyzzy_LDADD = $(GUILE_LIBS) test_xyzzy_DEPENDENCIES = $(BUILT_SOURCES) -test_waveform_SOURCES = test_waveform.c xyzzy.cc xyzzy-load.c -test_waveform_CPPFLAGS = $(GUILE_CFLAGS) \ +test_embed_SOURCES = test_embed.c xyzzy.cc xyzzy-load.c +test_embed_CPPFLAGS = $(GUILE_CFLAGS) \ -DSRCDIR=\"$(srcdir)\" \ -DPKGLIBDIR=\"$(pkglibdir)\" \ -DDATAROOTDIR=\"$(datarootdir)\" \ -DLIBDIR=\"$(libdir)\" -test_waveform_LDADD = $(GUILE_LIBS) -test_waveform_DEPENDENCIES = $(BUILT_SOURCES) +test_embed_LDADD = $(GUILE_LIBS) +test_embed_DEPENDENCIES = $(BUILT_SOURCES) # Don't install the internal header noinst_HEADERS = xyzzy.h diff --git a/gr-run-waveform/test_waveform.c b/gr-run-waveform/test_embed.c index d3acecb99..d3acecb99 100644 --- a/gr-run-waveform/test_waveform.c +++ b/gr-run-waveform/test_embed.c |