Remove outdated test basic long
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 20 Feb 2013 20:16:33 +0000 (15:16 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Mar 2013 15:22:02 +0000 (11:22 -0400)
Replaced by the ust-demo test in lttng-tools

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
.gitignore
tests/basic_long/Makefile.am [deleted file]
tests/basic_long/basic_long.c [deleted file]
tests/basic_long/run [deleted file]

index 1f1b2b088266f01299cc2066e09253ada4ab9b61..41a2f020c0665072edd4f164220a893a68b2b4e9 100644 (file)
@@ -31,7 +31,6 @@ lttng-ust.pc
 ustctl/ustctl
 ust-consumerd/ust-consumerd
 
-tests/basic_long/basic_long
 tests/daemon/daemon
 tests/demo/demo
 tests/dlopen/dlopen
diff --git a/tests/basic_long/Makefile.am b/tests/basic_long/Makefile.am
deleted file mode 100644 (file)
index 24c4552..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-AM_CPPFLAGS = -I$(top_srcdir)/include
-
-noinst_PROGRAMS = basic_long
-basic_long_SOURCES = basic_long.c
-basic_long_LDADD = $(top_builddir)/libust/libust.la $(top_builddir)/libust-initializer.o
-
-noinst_SCRIPTS = run
-EXTRA_DIST = run
diff --git a/tests/basic_long/basic_long.c b/tests/basic_long/basic_long.c
deleted file mode 100644 (file)
index 746e9f5..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-/* Copyright (C) 2009  Pierre-Marc Fournier
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
- */
-
-#include <stdio.h>
-#include <unistd.h>
-
-#include <ust/marker.h>
-
-int main()
-{
-       printf("Basic test program\n");
-
-       for(;;) {
-               ust_marker(bar, "str %s", "FOOBAZ");
-               ust_marker(bar2, "number1 %d number2 %d", 53, 9800);
-               usleep(1000000);
-       }
-
-       return 0;
-}
diff --git a/tests/basic_long/run b/tests/basic_long/run
deleted file mode 100755 (executable)
index a137ed2..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# Run with nothing
-
-
-#LD_LIBRARY_PATH=../../libust/.libs:../../../liburcu $1 .libs/basic
-#UST_AUTOPROBE="/foo" LD_LIBRARY_PATH=../../libust/.libs:../../../liburcu $1 .libs/basic
-UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../../libust/.libs:../../../liburcu $1 .libs/basic_long
This page took 0.025892 seconds and 4 git commands to generate.