diff --git a/src/tgbatest/Makefile.am b/src/tgbatest/Makefile.am
index 008f87c1d..5aa16ad01 100644
--- a/src/tgbatest/Makefile.am
+++ b/src/tgbatest/Makefile.am
@@ -1,4 +1,4 @@
-## Copyright (C) 2009, 2010, 2011, 2012 Laboratoire de Recherche et
+## Copyright (C) 2009, 2010, 2011, 2012, 2013 Laboratoire de Recherche et
## Développement de l'Epita (LRDE).
## Copyright (C) 2003, 2004, 2005, 2006 Laboratoire d'Informatique de
## Paris 6 (LIP6), département Systèmes Répartis Coopératifs (SRC),
@@ -81,6 +81,7 @@ TESTS = \
readsave.test \
ltl2tgba.test \
ltl2neverclaim.test \
+ ltl2neverclaim-lbtt.test \
ltl2ta.test \
ltlprod.test \
bddprod.test \
diff --git a/src/tgbatest/ltl2neverclaim-lbtt.test b/src/tgbatest/ltl2neverclaim-lbtt.test
new file mode 100755
index 000000000..eee0453c7
--- /dev/null
+++ b/src/tgbatest/ltl2neverclaim-lbtt.test
@@ -0,0 +1,103 @@
+#!/bin/sh
+# -*- coding: utf-8 -*-
+# Copyright (C) 2010, 2012, 2013 Laboratoire de Recherche et
+# Développement de l'Epita (LRDE).
+#
+# This file is part of Spot, a model checking library.
+#
+# Spot is free software; you can redistribute it and/or modify it
+# under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 3 of the License, or
+# (at your option) any later version.
+#
+# Spot 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 General Public
+# License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program. If not, see .
+
+# Do some quick translations to make sure the neverclaims produced by
+# spot actually look correct!
+
+# This test is separate from spotlbtt.test, because lbtt-translate
+# will refuse to pass M and W to a tool (spot) that masquerades as
+# Spin.
+
+. ./defs
+need_lbtt
+
+set -e
+
+cat > config <.
# Do some quick translations to make sure the neverclaims produced by
-# spot actually look correct!
-
-# This test is separate from spotlbtt.test, because lbtt-translate
-# will refuse to passe M and W to a tool (spot) that masquerades as
-# Spin.
+# spot actually look correct! We do that by parsing them via ltlcross.
+# ltl2neverclaim-lbtt.test does the same with LBTT if it is installed.
. ./defs
-need_lbtt
-
set -e
-cat > config < %T" \
+ "$ltl2tgba -t -r4 -R3f %f > %T" \
+ "$ltl2tgba -N %f > %N" \
+ "$ltl2tgba -N -r4 -R3f %f > %N"