summaryrefslogtreecommitdiffstats
path: root/test/nbb-automake.at
diff options
context:
space:
mode:
Diffstat (limited to 'test/nbb-automake.at')
-rw-r--r--test/nbb-automake.at12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/nbb-automake.at b/test/nbb-automake.at
index 937f1b6..dff6dda 100644
--- a/test/nbb-automake.at
+++ b/test/nbb-automake.at
@@ -9,7 +9,7 @@ dnl ===================================================================
AT_SETUP([nbb automake: init])
AT_KEYWORDS([nbb automake init])
AT_CREATE_GIT_AM()
-AT_CHECK([cd test.git && nbb init], [0], [ignore], [ignore])
+AT_CHECK([cd test.git && AT_NBB init], [0], [ignore], [ignore])
AT_REMOVE_GIT_AM()
AT_CLEANUP()
@@ -18,7 +18,7 @@ dnl ===================================================================
AT_SETUP([nbb automake: configure])
AT_KEYWORDS([nbb automake configure])
AT_CREATE_GIT_AM()
-AT_CHECK([cd test.git && nbb configure], [0], [ignore], [ignore])
+AT_CHECK([cd test.git && AT_NBB configure], [0], [ignore], [ignore])
AT_REMOVE_GIT_AM()
AT_CLEANUP()
@@ -27,7 +27,7 @@ dnl ===================================================================
AT_SETUP([nbb automake: build])
AT_KEYWORDS([nbb automake build])
AT_CREATE_GIT_AM()
-AT_CHECK([cd test.git && nbb build], [0], [ignore], [ignore])
+AT_CHECK([cd test.git && AT_NBB build], [0], [ignore], [ignore])
AT_REMOVE_GIT_AM()
AT_CLEANUP()
@@ -36,7 +36,7 @@ dnl ===================================================================
AT_SETUP([nbb automake: install])
AT_KEYWORDS([nbb automake install])
AT_CREATE_GIT_AM()
-AT_CHECK([cd test.git && nbb install], [0], [ignore], [ignore])
+AT_CHECK([cd test.git && AT_NBB install], [0], [ignore], [ignore])
AT_REMOVE_GIT_AM()
AT_CLEANUP()
@@ -45,8 +45,8 @@ dnl ===================================================================
AT_SETUP([nbb automake: make distcheck])
AT_KEYWORDS([nbb automake make distcheck])
AT_CREATE_GIT_AM()
-AT_CHECK([cd test.git && nbb configure], [0], [ignore], [ignore])
-AT_CHECK([cd test.git && nbb make distcheck], [0], [ignore], [ignore])
+AT_CHECK([cd test.git && AT_NBB configure], [0], [ignore], [ignore])
+AT_CHECK([cd test.git && AT_NBB make distcheck], [0], [ignore], [ignore])
AT_REMOVE_GIT_AM()
AT_CLEANUP()