aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.at
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testsuite.at')
-rw-r--r--tests/testsuite.at10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/testsuite.at b/tests/testsuite.at
index cb7f1a5..144019e 100644
--- a/tests/testsuite.at
+++ b/tests/testsuite.at
@@ -1,4 +1,4 @@
-# This file is part of grecs - Gray's Extensible Configuration System -*- Autotest -*-
+# This file is part of argot - Gray's Extensible Configuration System -*- Autotest -*-
# Copyright (C) 2007-2016 Sergey Poznyakoff
#
# Grecs is free software; you can redistribute it and/or modify
@@ -37,15 +37,15 @@ m4_define([EX_CONFIG], 78) dnl configuration error
m4_define([AT_SKIP_TEST],[exit 77])
-dnl GRECS_TEST([config],[cmd],[status],[stdout],[stderr])
-m4_define([GRECS_TEST],[
+dnl ARGOT_TEST([config],[cmd],[status],[stdout],[stderr])
+m4_define([ARGOT_TEST],[
AT_DATA([test.cf],[$1])
AT_CHECK([$2 ./test.cf],m4_shift(m4_shift($@)))])
dnl # Begin tests
AT_INIT
-m4_if(GRECS_DISTCK_AT,,,[m4_include(GRECS_DISTCK_AT)])
+m4_if(ARGOT_DISTCK_AT,,,[m4_include(ARGOT_DISTCK_AT)])
m4_include([wordsplit.at])
@@ -120,7 +120,7 @@ m4_include([join.at])
m4_include([cfhelp.at])
m4_include([set.at])
m4_include([vercmp.at])
-m4_include([grecs00.at])
+m4_include([argot00.at])
m4_include([empty.at])
AT_BANNER([Locations])

Return to:

Send suggestions and report system problems to the System administrator.