[vlc-devel] commit: Move the test about variable (I will clean this later on). ( Rémi Duraffort )
git version control
git at videolan.org
Wed Jul 8 09:14:47 CEST 2009
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Jul 8 09:14:16 2009 +0200| [3b03fae9160b840995804c713db79740d202a62f] | committer: Rémi Duraffort
Move the test about variable (I will clean this later on).
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3b03fae9160b840995804c713db79740d202a62f
---
test/Makefile.am | 10 +++++-----
test/{libvlc => src/misc}/variables.c | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index af93dbb..5b4cc5d 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -13,7 +13,7 @@ check_PROGRAMS = \
test_libvlc_media_list \
test_libvlc_media_list_player \
test_libvlc_media_player \
- test_libvlc_variables \
+ test_src_misc_variables \
$(NULL)
# Disabled test:
@@ -76,10 +76,10 @@ test_libvlc_meta_LDADD = $(top_builddir)/src/libvlc.la
test_libvlc_meta_CFLAGS = $(CFLAGS_tests)
test_libvlc_meta_LDFLAGS = $(LDFLAGS_tests)
-test_libvlc_variables_SOURCES = libvlc/variables.c
-test_libvlc_variables_LDADD = $(top_builddir)/src/libvlc.la
-test_libvlc_variables_CFLAGS = $(CFLAGS_tests)
-test_libvlc_variables_LDFLAGS = $(LDFLAGS_tests)
+test_src_misc_variables_SOURCES = src/misc/variables.c
+test_src_misc_variables_LDADD = $(top_builddir)/src/libvlc.la
+test_src_misc_variables_CFLAGS = $(CFLAGS_tests)
+test_src_misc_variables_LDFLAGS = $(LDFLAGS_tests)
checkall:
$(MAKE) check_PROGRAMS="$(check_PROGRAMS) $(EXTRA_PROGRAMS)" check
diff --git a/test/libvlc/variables.c b/test/src/misc/variables.c
similarity index 99%
rename from test/libvlc/variables.c
rename to test/src/misc/variables.c
index deaf00b..ead7ef9 100644
--- a/test/libvlc/variables.c
+++ b/test/src/misc/variables.c
@@ -23,7 +23,7 @@
#include <limits.h>
-#include "test.h"
+#include "../../libvlc/test.h"
#include <../src/control/libvlc_internal.h>
const char *psz_var_name[] = { "a", "abcdef", "abcdefg", "abc123", "abc-123", "é€!!" };
More information about the vlc-devel
mailing list