summaryrefslogtreecommitdiff
path: root/unittest/mytap/t
diff options
context:
space:
mode:
authorserg@serg.mylan <>2006-06-01 12:25:47 +0200
committerserg@serg.mylan <>2006-06-01 12:25:47 +0200
commit5409997d49a8c228f1a6a2c029572fcf1f221caf (patch)
tree445a123eb59c53a13ae718cbc126d350bc89610f /unittest/mytap/t
parent2b9b84460aa3e2b0dce089a4067052a16dab7278 (diff)
downloadmariadb-git-5409997d49a8c228f1a6a2c029572fcf1f221caf.tar.gz
unittest:
rename *.t* to *-t* to be automake-friendly simplify Makefiles test_atomic.c: move to unittest, add GPL comment, fix warnings, convert to tap framework. configure: remove custom tests for available types, use AC_CHECK_TYPE instead x86-gcc.h: fix gcc -ansi errors while maintaining readability ignore: added *-t
Diffstat (limited to 'unittest/mytap/t')
-rw-r--r--unittest/mytap/t/Makefile.am5
-rw-r--r--unittest/mytap/t/basic-t.c (renamed from unittest/mytap/t/basic.t.c)0
2 files changed, 1 insertions, 4 deletions
diff --git a/unittest/mytap/t/Makefile.am b/unittest/mytap/t/Makefile.am
index 88c31cfeb7f..b685ae7dc1c 100644
--- a/unittest/mytap/t/Makefile.am
+++ b/unittest/mytap/t/Makefile.am
@@ -5,8 +5,5 @@ AM_LDFLAGS = -L$(top_builddir)/unittest/mytap
LDADD = -lmytap
-noinst_PROGRAMS = basic.t
+noinst_PROGRAMS = basic-t
-basic_t_SOURCES = basic.t.c
-
-all: $(noinst_PROGRAMS)
diff --git a/unittest/mytap/t/basic.t.c b/unittest/mytap/t/basic-t.c
index bf4c1a9a664..bf4c1a9a664 100644
--- a/unittest/mytap/t/basic.t.c
+++ b/unittest/mytap/t/basic-t.c