aboutsummaryrefslogtreecommitdiff
path: root/tests/empty.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/empty.at')
-rw-r--r--tests/empty.at12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/empty.at b/tests/empty.at
index 7663c91..794ba59 100644
--- a/tests/empty.at
+++ b/tests/empty.at
@@ -1,4 +1,4 @@
-# This file is part of grecs -*- Autotest -*-
+# This file is part of argot -*- Autotest -*-
# Copyright (C) 2011-2016 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify
@@ -17,34 +17,34 @@
AT_SETUP([Empty input file])
AT_KEYWORDS([parser empty])
-GRECS_TEST([],
+ARGOT_TEST([],
[gcffmt],
[0],
[
])
m4_ifdef([ENABLE_BIND_PARSER],[
-GRECS_TEST([],
+ARGOT_TEST([],
[gcffmt -type=bind],
[0],
[
])])
m4_ifdef([ENABLE_META1_PARSER],[
-GRECS_TEST([],
+ARGOT_TEST([],
[gcffmt -type=meta1],
[0],
[
])])
-GRECS_TEST([],
+ARGOT_TEST([],
[gcffmt -type=path],
[0],
[
])
m4_ifdef([ENABLE_GIT_PARSER],[
-GRECS_TEST([],
+ARGOT_TEST([],
[gcffmt -type=git],
[0],
[

Return to:

Send suggestions and report system problems to the System administrator.